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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.3.0
    0
    • latest

Version History

Package Sidebar

Install

npm i version-fixer

Weekly Downloads

0

Version

0.3.0

License

MIT

Last publish

Collaborators

  • zxdong262