0.3.0 • Published 8 years ago
version-fixer v0.3.0
version-fixer
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 -guse
cd your project_folder
version-fixeror
version-fixer path/to/your/projectwith prefix
version-fixer -p '^' path/to/your/projectmake all version number to *
version-fixer -p '*' path/to/your/projecttest
git clone https://github.com/zxdong262/version-fixer.git
cd version-fixer
npm i
mochaLicense
MIT