mirror of
https://github.com/0x5eal/semver-luau.git
synced 2024-12-13 00:00:35 +00:00
chore(pkg): move deps to peer and use published frktest
This commit is contained in:
parent
c586374859
commit
f48db0f01c
1 changed files with 2 additions and 2 deletions
|
@ -18,12 +18,12 @@ test = ".lune/test"
|
||||||
environment = "luau"
|
environment = "luau"
|
||||||
lib = "lib/init.luau"
|
lib = "lib/init.luau"
|
||||||
|
|
||||||
[dependencies]
|
[peer_dependencies]
|
||||||
option = { name = "lukadev_0/option", version = "^1.2.0" }
|
option = { name = "lukadev_0/option", version = "^1.2.0" }
|
||||||
result = { name = "lukadev_0/result", version = "^1.2.0" }
|
result = { name = "lukadev_0/result", version = "^1.2.0" }
|
||||||
|
|
||||||
[dev_dependencies]
|
[dev_dependencies]
|
||||||
frktest = { repo = "https://github.com/CompeyDev/frktest-pesde.git", rev = "2259e27" }
|
frktest = { name = "itsfrank/frktest", version = "^0.0.2" }
|
||||||
|
|
||||||
[indices]
|
[indices]
|
||||||
default = "https://github.com/daimond113/pesde-index.git"
|
default = "https://github.com/daimond113/pesde-index.git"
|
||||||
|
|
Loading…
Reference in a new issue