NPM Version Bumping and Extra Files
NPM has a handy little feature for bumping the versions on your packages, and it works like this:
npm version [major | minor | patch]
Want to run tests first, minify your code, and only publish the new version if everything works?
…