diff --git a/kimpure/globrex_lune b/kimpure/globrex_lune index 5940d0e..7d7f3ff 100644 --- a/kimpure/globrex_lune +++ b/kimpure/globrex_lune @@ -39,3 +39,17 @@ lib = "src/init.luau" ["0.2.1 lune".dependencies] luau_regexp = [{ name = "jiwonz/luau_regexp", version = "^0.1.0", index = "https://github.com/pesde-pkg/index", target = "luau" }, "standard"] + +["0.2.2 lune"] +published_at = "2025-01-14T14:13:49.582852276Z" +description = "glob to regular expression compiler." +license = "MIT" +authors = ["kimpure (sunwoo)"] +repository = "https://github.com/kimpure/globrex-lune" + +["0.2.2 lune".target] +environment = "lune" +lib = "src/init.luau" + +["0.2.2 lune".dependencies] +luau_regexp = [{ name = "jiwonz/luau_regexp", version = "^0.1.0", index = "https://github.com/pesde-pkg/index", target = "luau" }, "standard"]