Ensure that when you npm publish
, the "latest" tag is only set for the truly latest version.
Clean package.json before publish by removing unnecessary properties
Clones and (re)installs packages from remote git repos
Automates the full release process for npm packages
Verifies that your package will work after it is published by running your unit tests in a special test folder.