mirror of
https://github.com/0x5eal/semver-luau.git
synced 2024-12-12 15:00:36 +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"
|
||||
lib = "lib/init.luau"
|
||||
|
||||
[dependencies]
|
||||
[peer_dependencies]
|
||||
option = { name = "lukadev_0/option", version = "^1.2.0" }
|
||||
result = { name = "lukadev_0/result", version = "^1.2.0" }
|
||||
|
||||
[dev_dependencies]
|
||||
frktest = { repo = "https://github.com/CompeyDev/frktest-pesde.git", rev = "2259e27" }
|
||||
frktest = { name = "itsfrank/frktest", version = "^0.0.2" }
|
||||
|
||||
[indices]
|
||||
default = "https://github.com/daimond113/pesde-index.git"
|
||||
|
|
Loading…
Reference in a new issue