• 0

Update the publically published NPM package

Once you have made your changes in the local repository,

  • npm version update_type where update_type is one of the semantic versioning release types, patch, minor, or major.

  • npm publish

Note: If this local repository is tracked by any version system like git, you will have to make sure that the working directory is clean.