Skip to content
This repository has been archived by the owner on Jul 16, 2024. It is now read-only.

Commit

Permalink
Fix paths
Browse files Browse the repository at this point in the history
  • Loading branch information
evaera committed Jun 1, 2023
1 parent 7e3fb4f commit 9a7adf9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion default.project.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "matter",
"tree": {
"$path": "lib"
"$path": "src"
}
}
2 changes: 1 addition & 1 deletion example.project.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"Lib": {
"$path": "Packages",
"Matter": {
"$path": "lib"
"$path": "src"
}
},
"Packages": {
Expand Down
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 @@
"$className": "ReplicatedStorage",
"$path": "Packages",
"Matter": {
"$path": "lib"
"$path": "src"
}
},
"TestService": {
Expand Down

0 comments on commit 9a7adf9

Please sign in to comment.