Advertisement
Guest User

Untitled

a guest
Dec 5th, 2016
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. # this will increment the package.json version, and commit change
  2. npm version patch
  3.  
  4. # then we need to push it into our repo
  5. git push v1.0.1
  6.  
  7. # then publish the package
  8. npm publish
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement