0.0.1 • Published 11 years ago

alt-dependency v0.0.1

Weekly downloads
6
License
-
Repository
github
Last release
11 years ago

Alt-Dependency

A little utility to rename a dependency in an npm package.json file to something else. This can be useful for test builds.

Install

npm install -g alt-dependency

Usage

Move to the directory containing the package.json you want to alter and run the following:

alt-dependency oldDependency newDependency

The above example would change this:

"dependencies": { "oldDependency": "1.2.x" }

...to this:

"dependencies": { "newDependency": "1.2.x" }

Thanks

Based on testbuild by Alex Latchford.

0.0.1

11 years ago