Skip to content

Instantly share code, notes, and snippets.

@tsevdos
Created September 17, 2016 17:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tsevdos/bc05c06dfc171b0c571b1b7bb119cf6d to your computer and use it in GitHub Desktop.
Save tsevdos/bc05c06dfc171b0c571b1b7bb119cf6d to your computer and use it in GitHub Desktop.
npm (re)publish module
git commit -m “Release 0.0.1”
git tag v0.0.1
git push origin master --tags
npm publish
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment