Skip to content

Commit

Permalink
Update dependencies (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
LastTalon authored Feb 1, 2024
1 parent b3b54bc commit 0cd2125
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 17 deletions.
7 changes: 5 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
Packages
Packages/
DevPackages/
wally.lock

roblox.toml
build
plasma.rbxm
plasma.rbxm
2 changes: 1 addition & 1 deletion test.project.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"ReplicatedStorage": {
"$className": "ReplicatedStorage",
"$path": "Packages",
"$path": "DevPackages",
"Plasma": {
"$path": "src"
},
Expand Down
13 changes: 0 additions & 13 deletions wally.lock

This file was deleted.

2 changes: 1 addition & 1 deletion wally.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ exclude = [
"roblox.toml",
]

[dependencies]
[dev-dependencies]
TestEZ = "roblox/[email protected]"

0 comments on commit 0cd2125

Please sign in to comment.