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

Latest commit

 

History

History
10 lines (8 loc) · 304 Bytes

CONTRIBUTING.md

File metadata and controls

10 lines (8 loc) · 304 Bytes

CONTRIBUTING

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

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