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 -g
use
cd your project_folderversion-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.gitcd version-fixernpm imocha
License
MIT