Web Dev/Tool
npm
Publish Package
Modify the version in package.json
.
Use npm version to update package version.
Unpublish
If you published a version and realized a problem with it, then you can unpublish it with the following command.
How is this guide?