JSON8 is written in ES5 while tests are written in ES6.
npm install mocha browserify
- Edit the files, make sure to adopt the same coding style
- Add unit test for your modifications
- Run
npm test
to execute unit tests and check syntax - Submit a pull request