Skip to content

Commit

Permalink
Move matter.js dependency into client
Browse files Browse the repository at this point in the history
  • Loading branch information
trebeljahr committed Apr 29, 2020
1 parent 4c53924 commit e53784b
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 8 deletions.
5 changes: 5 additions & 0 deletions client/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"@types/p5": "^0.9.0",
"@types/uuid": "^7.0.3",
"js-quadtree": "^3.1.1",
"matter-js": "^0.14.2",
"p5": "^1.0.0",
"quadtree-lib": "^1.0.9",
"uuid": "^7.0.3"
Expand Down
5 changes: 0 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,5 @@
"devDependencies": {
"concurrently": "^5.1.0"
},
"dependencies": {
"matter-js": "^0.14.2"
}
"dependencies": {}
}

0 comments on commit e53784b

Please sign in to comment.