Skip to content

Commit

Permalink
README
Browse files Browse the repository at this point in the history
  • Loading branch information
raineorshine committed Dec 14, 2022
1 parent 813b287 commit 8f71eb4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ ncu "/^(?!react-).*$/" # windows
--deep Run recursively in current working directory.
Alias of (--packageFile '**/package.json').
--dep <value> Check one or more sections of dependencies only:
dev, optional, peer, prod, bundle
dev, optional, peer, prod, bundle, packageManager
(comma-delimited). (default:
["prod","dev","bundle","optional"])
--deprecated Include deprecated packages.
Expand Down
2 changes: 1 addition & 1 deletion src/types/RunOptions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export interface RunOptions {
/** Run recursively in current working directory. Alias of (--packageFile '**\/package.json'). */
deep?: boolean

/** Check one or more sections of dependencies only: dev, optional, peer, prod, bundle (comma-delimited). (default: ["prod","dev","bundle","optional"]) */
/** Check one or more sections of dependencies only: dev, optional, peer, prod, bundle, packageManager (comma-delimited). (default: ["prod","dev","bundle","optional"]) */
dep?: string | string[]

/** Include deprecated packages. */
Expand Down

0 comments on commit 8f71eb4

Please sign in to comment.