This project is hosted on NPM. You can see it here.
Releasing the project requires these steps:
- Verify the version number in
package.json
- Check for lint:
npm run lint
- Use a GitHub project release to release the project and tag (be sure it follows semver)
npm publish
(make sure it's uploaded to npm)- Update to the next minor version in
package.json