File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -95,15 +95,15 @@ in `wally.toml`:
9595
9696``` toml
9797[dev-dependencies ]
98- frktest = " itsfrank/frktest@0.0.1 "
98+ frktest = " itsfrank/frktest@0.0.2 "
9999```
100100
101101Create alias in ` .luaurc ` :
102102
103103``` jsonc
104104{
105105 " aliases" : {
106- " frktest" : " DevPackages/_Index/itsfrank_frktest@0.0.1 /frktest/src" ,
106+ " frktest" : " DevPackages/_Index/itsfrank_frktest@0.0.2 /frktest/src" ,
107107 }
108108}
109109```
@@ -118,15 +118,15 @@ in `pesde.toml`:
118118
119119``` toml
120120[dev_dependencies ]
121- frktest = { name = " itsfrank/frktest" , version = " ^0.0.1 " }
121+ frktest = { name = " itsfrank/frktest" , version = " ^0.0.2 " }
122122```
123123
124124Create alias in ` .luaurc ` :
125125
126126``` jsonc
127127{
128128 " aliases" : {
129- " frktest" : " lune_packages/.pesde/itsfrank+frktest/0.0.1 /frktest/src/"
129+ " frktest" : " lune_packages/.pesde/itsfrank+frktest/0.0.2 /frktest/src/"
130130 }
131131}
132132```
Original file line number Diff line number Diff line change 11name = " itsfrank/frktest"
2- version = " 0.0.1 "
2+ version = " 0.0.2 "
33description = " A basic test framework for Lune"
44authors = [" Francis O'Brien <github.com/itsfrank>" ]
55repository = " https://github.com/itsfrank/frktest"
Original file line number Diff line number Diff line change 11[package ]
22name = " itsfrank/frktest"
33description = " Simple testing framework"
4- version = " 0.0.1 "
4+ version = " 0.0.2 "
55license = " MIT"
66authors = [" Francis O'Brien <github.com/itsfrank>" ]
77registry = " https://github.com/upliftgames/wally-index"
You can’t perform that action at this time.
0 commit comments