Skip to content

Simple checker to verify that version in Git tag is the same as in package.json.

Notifications You must be signed in to change notification settings

ringcentral/check-tag-version

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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"
  }
}

About

Simple checker to verify that version in Git tag is the same as in package.json.

Resources

Stars

Watchers

Forks

Packages

No packages published