Skip to content
This repository was archived by the owner on Apr 14, 2021. It is now read-only.

Latest commit

 

History

History
31 lines (21 loc) · 768 Bytes

CONTRIBUTING.md

File metadata and controls

31 lines (21 loc) · 768 Bytes

Contributing Code to Intl.js

Dev mode installation

To install the dependencies:

npm install

To run the unit tests:

npm test

To build files:

npm run build

Release checklist

  • build all files using npm run build
  • verify that README.md is updated
  • bump the version in package.json
  • commit to master
  • push to npm using npm publish
  • create a new release entry including the tag for the new version, being sure to document any deprecations