You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -116,7 +116,7 @@ These options are available on the CLI and as parameters to the [Node API](#node
116
116
117
117
| Name | Description |
118
118
| :-- | :-- |
119
-
|`--dep-type`| Type of dependency to check (`dependencies`, `devDependencies`, `resolutions`) (default: `dependencies`, `devDependencies`, `resolutions`) (option can be repeated). |
119
+
|`--dep-type`| Type of dependency to check (`dependencies`, `devDependencies`, `peerDependencies` (optional), `resolutions`) (default: `dependencies`, `devDependencies`, `resolutions`) (option can be repeated). |
120
120
|`--fix`| Whether to autofix inconsistencies (using latest version present). |
121
121
|`--ignore-dep`| Dependency to ignore mismatches for (option can be repeated). |
122
122
|`--ignore-dep-pattern`| RegExp of dependency names to ignore mismatches for (option can be repeated). |
0 commit comments