Mic's node module publishing workflow.
.version following semver semanticsInside a node module, issue publish() with eiher an absolute version:
$ publish 6.6.6
Or pass patch, minor or major, to let it do the semver bump for you:
$ publish patch
In your bash config:
source PATH_TO_THIS_REPO/index.js
MIT