1.0.0 • Published 7 years ago

stick-dep-ver v1.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

#stick-dep-ver

Description

Stick the exact version of the current bower.json/package.json dependencies

Usage

To install stick-dep-ver from npm, run:

$ npm install -g stick-dep-ver

stick-dep-ver --help

Example

List the exact version of the used packages

stick-dep-ver list -p oneflow-dashboard-api/package.json

Save the exact version of the used packages. use --dry-run to preview the package.json changes

stick-dep-ver write -p oneflow-dashboard-api/package.json --dry-run