From df72f0ef245ed0b275c244d1d650140047306178 Mon Sep 17 00:00:00 2001 From: pesde index updater Date: Thu, 27 Feb 2025 20:33:30 +0000 Subject: [PATCH] add ernisto/semantic_git@0.1.0-alpha.1 lune --- ernisto/semantic_git | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 ernisto/semantic_git diff --git a/ernisto/semantic_git b/ernisto/semantic_git new file mode 100644 index 0000000..a73c049 --- /dev/null +++ b/ernisto/semantic_git @@ -0,0 +1,16 @@ +["0.1.0-alpha.1 lune"] +published_at = "2025-02-27T20:33:30.788722027Z" +description = "A library to enforce semantics in your git repository" +license = "MIT" +authors = ["ernisto "] +repository = "https://github.com/ernisto/semantic-git" + +["0.1.0-alpha.1 lune".target] +environment = "lune" +lib = "src/lib/init.luau" +bin = "src/cli/init.luau" + +["0.1.0-alpha.1 lune".dependencies] +git = [{ name = "ernisto/git", version = "^0.1.0-alpha.5", index = "https://github.com/pesde-pkg/index" }, "standard"] +luau_lsp = [{ name = "pesde/luau_lsp", version = "^1.39.0", index = "https://github.com/pesde-pkg/index", target = "lune" }, "dev"] +stylua = [{ name = "pesde/stylua", version = "^2.0.2", index = "https://github.com/pesde-pkg/index", target = "lune" }, "dev"]