loopmein-shared
v4.0.26
Published
Shared package for common LMI code.
Readme
loopmein-shared
Publishing Changes To This Package
- Commit changes:
git commit -am "New enum and stuff added."(assuming you're on master otherwise commit to your branch and PR) - Push changes:
git push - Bump package version:
npm version patch(patch level bump v1.0.x, this also compiles and pushes tags for you) - Publish package:
npm publish
