Skip to content

Latest commit

 

History

History
executable file
·
12 lines (11 loc) · 183 Bytes

010-publish-new-npm-version.md

File metadata and controls

executable file
·
12 lines (11 loc) · 183 Bytes

Publish new NPM version

git add .
git commit -m "New feature."
git push origin master
npm version patch
git push origin master
git push origin --tags
npm login
npm publish