npm.io
0.1.1 • Published 4 years agoCLI

sync-package-version

Licence
MIT
Version
0.1.1
Deps
4
Size
3 kB
Vulns
0
Weekly
0

sync-package-version

Sync version number from package.json

Installation

npm install sync-package-version --save-dev

Usage

Use with package.json script:

{
  "scripts": {
    "version": "sync-package-version --cordova-plugin"
  }
}