Right now we're including the `phaser` package as a `devDependency`, when it should actually be a peer dependency. This might require the usage of tools such as [`install-peerdeps`](https://www.npmjs.com/package/install-peerdeps).
Right now we're including the
phaserpackage as adevDependency, when it should actually be a peer dependency.This might require the usage of tools such as
install-peerdeps.