cwilso / WebMIDIAPIShim

Polyfill using the Jazz NPAPI MIDI plugin to implement the Web MIDI API on Mac and Windows.
380 stars 53 forks source link

CHORE: Consider updating node version in package.json and throw away babel dependencies #81

Open TimSusa opened 5 years ago

TimSusa commented 5 years ago

Hey,

As it seems to me, you have a strict contract of using an old version of node in your package.json:

"engines": {
        "node": "0.10.x"
    },

Furthermore, you seem to use babel-transpiler, which should already shipped with an actual version of node. As a result you maybe could get rid of a lot of babel stuff.

Cheers

Tim.