Skip to content

Latest commit

 

History

History
13 lines (6 loc) · 154 Bytes

npm.md

File metadata and controls

13 lines (6 loc) · 154 Bytes

How to release an update

modifiy package.json

npm run build
git tag -a v1.4.0 -m "Release version 1.4.0"
git push
npm publish