From 4fc0fb59ec494762b112c8eeac7426b673cd48de Mon Sep 17 00:00:00 2001 From: Erica Marigold Date: Mon, 6 Jan 2025 10:28:23 +0000 Subject: [PATCH] chore(pkg): prepare for v0.0.1-rc.1 --- pesde.lock | 2 +- pesde.toml | 12 ++++++++++-- 2 files changed, 11 insertions(+), 3 deletions(-) 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"