Skip to content

Commit 1271617

Browse files
fixed readme
1 parent 2196397 commit 1271617

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

README.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,6 @@ That's it! Patch Pulse scans your `package.json` and shows which dependencies ar
2323
```bash
2424
# Check all dependencies
2525
npx patch-pulse
26-
27-
# Show version
28-
npx patch-pulse --version
29-
30-
# Skip specific packages
31-
npx patch-pulse --skip "lodash,@types/\*"
3226
```
3327

3428
**Checks:** `dependencies`, `devDependencies`, `peerDependencies`, `optionalDependencies`
@@ -77,7 +71,7 @@ The `noUpdatePrompt` option allows you to skip the update prompt.
7771
CLI arguments override file configuration:
7872

7973
```bash
80-
# This will override any skip settings in patchpulse.config.json
74+
# This will override any settings in patchpulse.config.json
8175
npx patch-pulse --skip "react,react-dom" --package-manager pnpm --no-update-prompt
8276
```
8377

0 commit comments

Comments
 (0)