bird-sanctuary / bluejay-rtttl-parse

A JavaScript library for parsing Nokia Ring Tone Text Transfer Language (RTTTL)
2 stars 2 forks source link

Package improvements #1

Closed stylesuxx closed 3 years ago

stylesuxx commented 3 years ago

Hey @saidinesh5 I updated the dependencies so you can run mocha on ES6 tests. Also added coverage checking via c8 since nyc does not yet like ES6.

Further I whitelisted src/index.js for packaging.

I would highly recommend you add an eslint config to keep the code consistent and "force" other contributors to contribute in the same style.