Skip to content

Commit

Permalink
Clean up project.json files
Browse files Browse the repository at this point in the history
  • Loading branch information
noahwillcrow committed Nov 2, 2021
1 parent a285569 commit 391b1ea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion standalone-model.project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "signals-tooling",
"name": "linalg",
"tree": {
"$path": "src"
}
Expand Down
7 changes: 2 additions & 5 deletions unit-tests.project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "test-rojo-proj",
"name": "unit-tests",
"globIgnorePaths": [
"**/package.json",
"**/tsconfig.json",
Expand All @@ -18,10 +18,7 @@
"ReplicatedStorage": {
"$className": "ReplicatedStorage",
"wally_packages": {
"$path": "Packages",
"node_modules": {
"$path": "./node_modules/@rbxts"
}
"$path": "Packages"
},
"src": {
"$path": "./src"
Expand Down

0 comments on commit 391b1ea

Please sign in to comment.