version-fixer

0.3.0 • Public • Published

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

/version-fixer/

    Package Sidebar

    Install

    npm i version-fixer

    Weekly Downloads

    3

    Version

    0.3.0

    License

    MIT

    Last publish

    Collaborators

    • zxdong262