Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 676 Bytes

CONTRIBUTING.md

File metadata and controls

24 lines (14 loc) · 676 Bytes

CONTRIBUTING

This project is internally developed by Ring Publishing.

Versioning

Version should follow Semantic versioning rules.

Dependencies

⚠️ WARNING
https://www.npmjs.com/package/msgpackr dependency should NOT be updated above version 1.9.x. Version 1.10 uses BigInt notation, which causes Syntax Errors in older browsers, crashing the library code.

Documentation

Documentation is generate with TypeDoc. To generate documentation run:

npm run docs

When issuing a pull request, please make sure to update the documentation if needed.