Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save traumverloren/e69edeba153539d1f166a40b4fff0708 to your computer and use it in GitHub Desktop.
Save traumverloren/e69edeba153539d1f166a40b4fff0708 to your computer and use it in GitHub Desktop.
npm package stuff

To update a current package:

  • $ 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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment