mirror of
https://github.com/0x5eal/luau-unzip.git
synced 2025-04-04 06:30:53 +01:00
chore(pkg): prepare for v0.0.1-rc.1
This commit is contained in:
parent
31b6aa5f4b
commit
4fc0fb59ec
2 changed files with 11 additions and 3 deletions
|
@ -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"]
|
||||
|
|
12
pesde.toml
12
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 <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"
|
||||
|
|
Loading…
Add table
Reference in a new issue