gamecontroller.js
gamecontroller.js copied to clipboard
Published package broken
Describe the bug
The main property in package.json points at dist/index.js, but no such file exists in the latest published release; rather, it's dist/gamecontroller.js.
To Reproduce Steps to reproduce the behavior (include code to replicate if possible):
npm install gamecontroller.js- `require("gamecontroller.js")
Expected behavior
Should load correctly; produces a MODULE_NOT_FOUND error instead.
Screenshots N/A
Desktop (please complete the following information): N/A
Additional context N/A
Looks like this was fixed with 51f5d919027b89d01e771a1823cc1fb18e8b8266 and released with 1.5.0