$ npm login
- git add/commit/push everything
$ npm version patch
<--updates package.json
w/ new patch version #ing.$ git push --tag
<-- adds that patch version tag to the repo.
Created
June 6, 2017 11:12
-
-
Save traumverloren/e69edeba153539d1f166a40b4fff0708 to your computer and use it in GitHub Desktop.
npm package stuff
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment