chore(pkg): remove unneeded deps

This commit is contained in:
Erica Marigold 2024-12-29 05:21:05 +00:00
parent df134c31e0
commit e57b377b80
Signed by: DevComp
GPG key ID: 429EF1C337871656
2 changed files with 0 additions and 19 deletions

View file

@ -2,24 +2,6 @@ name = "0x5eal/unzip"
version = "0.1.0"
target = "luau"
[graph."jiwonz/pathfs"."0.1.0 lune"]
direct = ["pathfs", { name = "jiwonz/pathfs", version = "^0.1.0", target = "lune" }, "standard"]
resolved_ty = "standard"
[graph."jiwonz/pathfs"."0.1.0 lune".target]
environment = "lune"
lib = "init.luau"
[graph."jiwonz/pathfs"."0.1.0 lune".pkg_ref]
ref_ty = "pesde"
name = "jiwonz/pathfs"
version = "0.1.0"
index_url = "https://github.com/pesde-pkg/index"
[graph."jiwonz/pathfs"."0.1.0 lune".pkg_ref.target]
environment = "lune"
lib = "init.luau"
[graph."lukadev_0/result"."1.2.0 luau"]
direct = ["result", { name = "lukadev_0/result", version = "^1.2.0" }, "standard"]
resolved_ty = "standard"

View file

@ -13,4 +13,3 @@ default = "https://github.com/pesde-pkg/index"
[dependencies]
result = { name = "lukadev_0/result", version = "^1.2.0" }
pathfs = { name = "jiwonz/pathfs", version = "^0.1.0", target = "lune" }