triggr-common-code
This repo includes common code used by all our repos, such as JSHint options.
Updating
Any changes to this repo should include a version bump and be pushed to NPM so other projects get the updates. When adding changes, bump the package version before submitting a PR:
npm version patch
After the PR is merged, upload to NPM:
npm publish