We are open to, and grateful for, any contributions made by the community. By contributing to this project, you agree to abide by the code of conduct.
Please update the tests to reflect your code changes. Pull requests will not be accepted if they are failing.
npm run testrun test suitenpm run buildbuild distribution packagenpm version major | minor | patchprepare the code for release
Releasing a new version is mostly automated. Versions should follow semantic versioning.
npm version major | minor | patchgit push --tagsgit push