Skip to content

Instantly share code, notes, and snippets.

@jkimbo
Created January 26, 2015 18:22
Show Gist options
  • Save jkimbo/5381cadc2134ca32a9a6 to your computer and use it in GitHub Desktop.
Save jkimbo/5381cadc2134ca32a9a6 to your computer and use it in GitHub Desktop.
Update npm package
  1. Make sure the repo is in a clean state (and git pull is happy).
  2. npm version lists the current version of your module (if you forgot).
  3. npm version x.y.z updates package.json, commits it with the comment "x.y.z" and tags it as vx.y.z.
  4. git push && git push --tags && npm publish
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment