0.3.0 • Published 7 years ago

version-fixer v0.3.0

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

version-fixer

Build Status

read current installed module version and update package.json or make all module version to *

example: will change "commander": "*" to "commander": "2.8.1" in package.json

install

npm install version-fixer -g

use

cd your project_folder
version-fixer

or

version-fixer path/to/your/project

with prefix

version-fixer -p '^' path/to/your/project

make all version number to *

version-fixer -p '*' path/to/your/project

test

git clone https://github.com/zxdong262/version-fixer.git
cd version-fixer
npm i
mocha

License

MIT

0.3.0

7 years ago

0.2.0

7 years ago

0.1.1

7 years ago

0.1.0

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago