Skip to content

Commit

Permalink
Avoid auto-install on npm7 (#195)
Browse files Browse the repository at this point in the history
  • Loading branch information
kibertoad authored Jun 12, 2022
1 parent f0d6f24 commit 02cda61
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,16 @@
"webpack-cli": "^4.9.0"
},
"peerDependencies": {
"phaser-ce": "2.10.3"
"phaser-ce": "2.10.3",
"phaser": "^3.55.2"
},
"peerDependenciesMeta": {
"phaser-ce": {
"optional": true
},
"phaser": {
"optional": true
}
},
"dependencies": {
"eventemitter3": "^4.0.7"
Expand Down

0 comments on commit 02cda61

Please sign in to comment.