Skip to content

Commit 391b1ea

Browse files
committed
Clean up project.json files
1 parent a285569 commit 391b1ea

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

standalone-model.project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "signals-tooling",
2+
"name": "linalg",
33
"tree": {
44
"$path": "src"
55
}

unit-tests.project.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "test-rojo-proj",
2+
"name": "unit-tests",
33
"globIgnorePaths": [
44
"**/package.json",
55
"**/tsconfig.json",
@@ -18,10 +18,7 @@
1818
"ReplicatedStorage": {
1919
"$className": "ReplicatedStorage",
2020
"wally_packages": {
21-
"$path": "Packages",
22-
"node_modules": {
23-
"$path": "./node_modules/@rbxts"
24-
}
21+
"$path": "Packages"
2522
},
2623
"src": {
2724
"$path": "./src"

0 commit comments

Comments
 (0)