djipco / webmidi

Tame the Web MIDI API. Send and receive MIDI messages with ease. Control instruments with user-friendly functions (playNote, sendPitchBend, etc.). React to MIDI input with simple event listeners (noteon, pitchbend, controlchange, etc.).
Apache License 2.0
1.53k stars 115 forks source link

npm install webmidi contains no JS files #1

Closed jasonpang closed 8 years ago

jasonpang commented 8 years ago

Perhaps I'm installing it wrong, but npm install webmidi seems to give me a folder without any JS files in it:

image

djipco commented 8 years ago

I can confirm this issue. This is very odd as it was working before. It's probably related my publishing workflow. I'll check it out. Meanwhile, you can install manually or via Bower.

djipco commented 8 years ago

I republished the lib two more times and the problem went away. I'm guessing the problem is related to the recent switch from an alpha version label to a beta version label. I've read some people had issues with that but I'm not 100% sure this is the root cause. Tell me if it works out for you.

jasonpang commented 8 years ago

Thank you for solving that so quickly! I'll report back if there are any problems.

djipco commented 8 years ago

No problem. I'm going to close this issue for now. Please open a new issue if it surfaces again.