Dry-run doesn't work on 0.9.1
vBm opened this issue · 1 comments
vBm commented
λ salita -v
0.9.1
λ salita -n
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 --dry-run are mutually exclusive
ljharb commented
Published as v0.9.2. Thanks for the report!