Skip to content

Commit

Permalink
use peerDependencies instead of dependencies for @colyseus/* packages
Browse files Browse the repository at this point in the history
  • Loading branch information
endel committed Nov 12, 2024
1 parent ecdd461 commit 7852eaf
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
{
"name": "@colyseus/playground",
"version": "0.15.14",
"dependencies": {
"@colyseus/core": "^0.15.0",
"@colyseus/auth": "^0.15.0"
},
"version": "0.15.15",
"dependencies": {},
"peerDependencies": {
"@colyseus/core": "0.15.x",
"@colyseus/auth": "0.15.x",
"express": ">=4.16.0"
},
"main": "./build/index.js",
Expand Down

0 comments on commit 7852eaf

Please sign in to comment.