This project is hosted on NPM. You can see it here.
Releasing the project requires these steps:
- Set the version number in the code
grunt build
(make sure it passes)- 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 installation documentation in README (jsdelivr link).
- Update
master
to a new minor version