chore(pkg): prepare for v0.0.1-rc.1

This commit is contained in:
Erica Marigold 2025-01-06 10:28:23 +00:00
parent 31b6aa5f4b
commit 4fc0fb59ec
Signed by: DevComp
GPG key ID: 429EF1C337871656
2 changed files with 11 additions and 3 deletions

View file

@ -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"]

View file

@ -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 <hi@devcomp.xyz>"]
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"