diff --git a/caveful_games/table_helper b/caveful_games/table_helper index afb94ab..93f9a7a 100644 --- a/caveful_games/table_helper +++ b/caveful_games/table_helper @@ -12,6 +12,18 @@ lib = "src/lib/init.luau" ["0.1.0 luau".dependencies] luau_check = [{ name = "jiwonz/luau_check", version = "^0.3.5", index = "https://github.com/pesde-pkg/index", target = "lune" }, "dev"] +["0.2.0-rc.1 roblox"] +published_at = "2025-02-21T10:47:24.903739792Z" +description = "A collection of helpful table utility functions extending TableUtil from RbxUtil for luau" +license = "MIT" +authors = ["jiwonz ", "Stephen Leitnick"] +repository = "https://github.com/CavefulGames/table-helper-luau" + +["0.2.0-rc.1 roblox".target] +environment = "roblox" +lib = "src/lib/init.luau" +build_files = ["src"] + ["0.2.0-rc.1 luau"] published_at = "2025-02-21T10:47:10.911953343Z" description = "A collection of helpful table utility functions extending TableUtil from RbxUtil for luau"