tbranyen / salita

Automatically upgrade all NPM dependencies.
MIT License
97 stars 8 forks source link

--check is broken #14

Closed octylFractal closed 8 years ago

octylFractal commented 8 years ago
$ salita --version
0.9.2
$ salita --check
Options:
  --color          colorizes output  [boolean] [default: true]
  --no-color       prevents colorized output
  --json           provides parseable JSON output (implies --no-color)  [boolean]
  --dry-run, -n    prevents changes to package.json  [boolean] [default: false]
  --update, -u     applies changes to package.json  [boolean] [default: true]
  --ignore-stars   ignore updates to packages that are set to "*"  [boolean]
  --ignore-pegged  ignore updates to packages that are pegged to a single version, rather than a range  [boolean]
  --check          implies --dry-run and --no-update, and returns with an exit code matching the number of updated dependencies  [boolean]
  --help, -h       Show help  [boolean]
  --version, -v    Show version number  [boolean]

Error: --update and --check are mutually exclusive
ljharb commented 8 years ago

Released as v0.9.3