1.0.4 • Published 4 years ago

sync-dependencies v1.0.4

Weekly downloads
3
License
Apache-2.0
Repository
github
Last release
4 years ago

This script synchronizes versions of dependencies from a source package. For each dependency that exists in both the source and target, the version from the source is adopted. The source package does not need to be installed; it is looked up from npm or git as required.

To install:

npm install -g sync-dependencies

Sync dependencies from the version of a package that is specified in package.json:

sync-dependencies --source terriajs

Sync dependencies from a package.json on disk:

sync-dependencies --source terriajs --from ./packages/terriajs/package.json
1.0.4

4 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago