gamecontroller.js icon indicating copy to clipboard operation
gamecontroller.js copied to clipboard

Published package broken

Open joepie91 opened this issue 5 years ago • 1 comments

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):

  1. npm install gamecontroller.js
  2. `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

joepie91 avatar Jun 20 '20 01:06 joepie91

Looks like this was fixed with 51f5d919027b89d01e771a1823cc1fb18e8b8266 and released with 1.5.0

wtip avatar Sep 01 '20 00:09 wtip