@illumass/thunderlane-common
v4.0.0-3
Published
Thunderlane Common code
Downloads
5
Readme
Thunderlane Common
Common functions for Thunderlane plugins
Scripts
npm run clean
Clean artifactsnpm run build
Build the project. It creates two variantslib
contains an ES6/ES2015 module.
Release procedure
git flow release start x.y.z
npm --no-git-tag-version version <major|minor|patch>
git commit -a -m 'Bump version'
git flow release finish x.y.z
git push
git checkout master
git push
git push --tags
nvm use
npm publish --access public
npm will ask for a OTP.