Publish the current project under the version specified in the packages.json
:
npm publish
To update the version number, run this before publishing:
npm version <update_type>
where <update_type>
is one of the semantic versioning release types, patch, minor, or major.