1.0.1 • Published 7 years ago

check-tag-version v1.0.1

Weekly downloads
4
License
MIT
Repository
github
Last release
7 years ago

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-dev

Add the following to scripts section of your paclage.json:

{
  "scripts": {
    "prepublish": "check-tag-version"
  }
}
1.0.1

7 years ago

1.0.0

7 years ago