From da6b76ecd9a4f2dbf1584f235cd3df14bec52d10 Mon Sep 17 00:00:00 2001 From: pesde index updater Date: Sat, 12 Oct 2024 16:50:47 +0000 Subject: [PATCH] add pesde/hello@1.0.0 luau --- pesde/hello | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/pesde/hello b/pesde/hello index 9e9c666..cb8f234 100644 --- a/pesde/hello +++ b/pesde/hello @@ -21,3 +21,15 @@ repository = "https://github.com/lukadev-0/pesde-hello" environment = "lune" lib = "lib.luau" bin = "bin.luau" + +["1.0.0 luau"] +published_at = "2024-10-12T16:50:47.282643794Z" +description = "Prints hello. Intended for use in examples." +license = "MIT" +authors = ["LukaDev (lukadev.me)"] +repository = "https://github.com/lukadev-0/pesde-hello" + +["1.0.0 luau".target] +environment = "luau" +lib = "lib.luau" +bin = "bin.luau"