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