Adding r00t to your node package
npm install r00t
The only way to update npm is to release a new version, even if you’re just fixing a typo. npm will not allow you to re-publish to the same number.
npm version patch -m "Version %s - add sweet badges"
git push origin master --tags
npm publish