rexrainbow / phaser3-rex-notes

Notes of phaser3 engine
MIT License
1.21k stars 260 forks source link

invalid main field in package.json #265

Closed airtonix closed 2 years ago

airtonix commented 2 years ago

you have a main field in the package.json that points to a file that doesn't exist when we install with npm.

rexrainbow commented 2 years ago

I removed "main": "./plugins/index.js", in latest commit. Thanks for reporting it. Will upgrade npm package 2 weeks later.