1.0.1 • Published 9 years ago
check-tag-version v1.0.1
Check Tag Version
Simple checker to verify that version in Git tag is the same as in package.json.
Usage:
npm install check-tag-version --save-devAdd the following to scripts section of your paclage.json:
{
"scripts": {
"prepublish": "check-tag-version"
}
}