diff --git a/corecii/greentea b/corecii/greentea index 46cc42c..d0e7cca 100644 --- a/corecii/greentea +++ b/corecii/greentea @@ -20,3 +20,15 @@ repository = "https://github.com/Corecii/GreenTea" ["0.4.10-pesde.rc.1 lune".target] environment = "lune" lib = "src/init.luau" + +["0.4.10 roblox"] +published_at = "2024-11-02T21:32:14.335723428Z" +description = "A runtime typechecker with Luau types, pretty errors, and inspection" +license = "MIT" +authors = ["Corecii (Shae A.) "] +repository = "https://github.com/Corecii/GreenTea" + +["0.4.10 roblox".target] +environment = "roblox" +lib = "src/init.luau" +build_files = ["src"]