nfroidure / midifile

A MIDI file parser/writer using ArrayBuffers
http://karaoke.insertafter.com
MIT License
199 stars 30 forks source link

New build. Solves #20. #21

Closed graciano closed 7 years ago

graciano commented 7 years ago

I solved it, but I don't remember how do I update the package in npm registry.

nfroidure commented 7 years ago

You'll have to create an account and transmit me your username. Then it is as simple as npm version patch and npm publish. Just follow semver.

nfroidure commented 7 years ago

Another improvement could be to add an npm preversion script that builds files in order to avoid to publish versions that ain't in sync with the actual code. See https://github.com/nfroidure/knifecycle/blob/master/package.json#L17 for an up to date example