Publishing the packageΒΆ
The package is published manually right now.
Steps to publish:
Bump the version in
package.jsonandsrc/package.jsonas neededUpdate the CHANGELOG
Commit to Git in a single commit and add a tag:
git tag -a vX.X.X(the tag description can be anything)`npm run build && npm publish`Push both the
masterbranch and the new tag to GitHub