File tree Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -23,12 +23,6 @@ That's it! Patch Pulse scans your `package.json` and shows which dependencies ar
23
23
``` bash
24
24
# Check all dependencies
25
25
npx patch-pulse
26
-
27
- # Show version
28
- npx patch-pulse --version
29
-
30
- # Skip specific packages
31
- npx patch-pulse --skip " lodash,@types/\*"
32
26
```
33
27
34
28
** Checks:** ` dependencies ` , ` devDependencies ` , ` peerDependencies ` , ` optionalDependencies `
@@ -77,7 +71,7 @@ The `noUpdatePrompt` option allows you to skip the update prompt.
77
71
CLI arguments override file configuration:
78
72
79
73
``` bash
80
- # This will override any skip settings in patchpulse.config.json
74
+ # This will override any settings in patchpulse.config.json
81
75
npx patch-pulse --skip " react,react-dom" --package-manager pnpm --no-update-prompt
82
76
```
83
77
You can’t perform that action at this time.
0 commit comments