mirror of
https://github.com/0x5eal/luau-unzip.git
synced 2025-04-10 17:20: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"
|
name = "0x5eal/unzip"
|
||||||
version = "0.1.0"
|
version = "0.0.1-rc.1"
|
||||||
target = "luau"
|
target = "luau"
|
||||||
|
|
||||||
[graph."itsfrank/frktest"."0.0.2 lune"]
|
[graph."itsfrank/frktest"."0.0.2 lune"]
|
||||||
|
|
12
pesde.toml
12
pesde.toml
|
@ -1,12 +1,20 @@
|
||||||
name = "0x5eal/unzip"
|
name = "0x5eal/unzip"
|
||||||
version = "0.1.0"
|
version = "0.0.1-rc.1"
|
||||||
description = "unzip implementation in pure Luau"
|
description = "Unzip implementation in pure Luau"
|
||||||
authors = ["Erica Marigold <hi@devcomp.xyz>"]
|
authors = ["Erica Marigold <hi@devcomp.xyz>"]
|
||||||
repository = "https://github.com/0x5eal/luau-unzip"
|
repository = "https://github.com/0x5eal/luau-unzip"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
|
includes = [
|
||||||
|
"README.md",
|
||||||
|
"LICENSE.md",
|
||||||
|
"pesde.toml",
|
||||||
|
"lib/**/*.luau",
|
||||||
|
"!tests/**",
|
||||||
|
]
|
||||||
|
|
||||||
[target]
|
[target]
|
||||||
environment = "luau"
|
environment = "luau"
|
||||||
|
lib = "lib/init.luau"
|
||||||
|
|
||||||
[indices]
|
[indices]
|
||||||
default = "https://github.com/pesde-pkg/index"
|
default = "https://github.com/pesde-pkg/index"
|
||||||
|
|
Loading…
Add table
Reference in a new issue