diff --git a/pesde.lock b/pesde.lock index a477bb3..6fd66e1 100644 --- a/pesde.lock +++ b/pesde.lock @@ -1,5 +1,5 @@ name = "0x5eal/unzip" -version = "0.1.0" +version = "0.0.1-rc.1" target = "luau" [graph."itsfrank/frktest"."0.0.2 lune"] diff --git a/pesde.toml b/pesde.toml index f38052d..f1c7312 100644 --- a/pesde.toml +++ b/pesde.toml @@ -1,12 +1,20 @@ name = "0x5eal/unzip" -version = "0.1.0" -description = "unzip implementation in pure Luau" +version = "0.0.1-rc.1" +description = "Unzip implementation in pure Luau" authors = ["Erica Marigold "] repository = "https://github.com/0x5eal/luau-unzip" license = "MIT" +includes = [ + "README.md", + "LICENSE.md", + "pesde.toml", + "lib/**/*.luau", + "!tests/**", +] [target] environment = "luau" +lib = "lib/init.luau" [indices] default = "https://github.com/pesde-pkg/index"