Skip to content

Instantly share code, notes, and snippets.

@bndynet
Last active May 23, 2018 07:48
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 bndynet/522ebba91aec2544fff1f840eaf1930b to your computer and use it in GitHub Desktop.
Save bndynet/522ebba91aec2544fff1f840eaf1930b to your computer and use it in GitHub Desktop.
How to publish package to NPM

Steps for publishing or updating npm package

npm adduser if you don't have one

npm login enter your name and password

npm publish publish public package

npm version [patch|minor|major] update version

npm publish publish to npm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment