Skip to content
This repository has been archived by the owner on Mar 6, 2018. It is now read-only.

Latest commit

 

History

History
10 lines (8 loc) · 308 Bytes

CONTRIBUTING.md

File metadata and controls

10 lines (8 loc) · 308 Bytes

CONTRIBUTING

JSON8 is written in ES5 while tests are written in ES6.

  1. npm install mocha browserify
  2. Edit the files, make sure to adopt the same coding style
  3. Add unit test for your modifications
  4. Run npm test to execute unit tests and check syntax
  5. Submit a pull request