From 1855cfeb82795e28fb7d26ea1f3921a0c37d169e Mon Sep 17 00:00:00 2001 From: pesde index updater Date: Fri, 21 Feb 2025 18:08:02 +0000 Subject: [PATCH] add ernisto/git@0.0.1 lune --- ernisto/git | 15 +++++++++++++++ ernisto/scope.toml | 1 + 2 files changed, 16 insertions(+) create mode 100644 ernisto/git create mode 100644 ernisto/scope.toml diff --git a/ernisto/git b/ernisto/git new file mode 100644 index 0000000..2b4e9f4 --- /dev/null +++ b/ernisto/git @@ -0,0 +1,15 @@ +["0.0.1 lune"] +published_at = "2025-02-21T18:08:02.772939997Z" +description = "library for reading git objects (heavy wip)" +license = "MIT" +authors = ["ernisto "] +repository = "https://github.com/ernisto/git" + +["0.0.1 lune".target] +environment = "lune" +lib = "src/init.luau" + +["0.0.1 lune".dependencies] +future = [{ name = "lukadev_0/future", version = "^1.0.1", index = "https://github.com/pesde-pkg/index", target = "lune" }, "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"] diff --git a/ernisto/scope.toml b/ernisto/scope.toml new file mode 100644 index 0000000..5c7dd3d --- /dev/null +++ b/ernisto/scope.toml @@ -0,0 +1 @@ +owners = [63774497]