@illumass/thunderlane-common
v4.0.0-3
Published
Thunderlane Common code
Readme
Thunderlane Common
Common functions for Thunderlane plugins
Scripts
npm run cleanClean artifactsnpm run buildBuild the project. It creates two variantslibcontains an ES6/ES2015 module.
Release procedure
git flow release start x.y.znpm --no-git-tag-version version <major|minor|patch>git commit -a -m 'Bump version'git flow release finish x.y.zgit pushgit checkout mastergit pushgit push --tagsnvm usenpm publish --access publicnpm will ask for a OTP.
