Skip to content

Commit 03a8ce1

Browse files
updated readme
1 parent 82f4b92 commit 03a8ce1

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ npx patch-pulse --version
3131
npx patch-pulse --skip "lodash,@types/*"
3232
```
3333

34-
**Checks:** dependencies, devDependencies, peerDependencies, optionalDependencies
34+
**Checks:** `dependencies`, `devDependencies`, `peerDependencies`, `optionalDependencies`
3535

3636
## Configuration
3737

@@ -104,9 +104,9 @@ npx patch-pulse --skip "react,react-dom"
104104

105105
## Troubleshooting
106106

107-
**"No dependencies found"** - Run from directory with `package.json`
108-
**"Error reading package.json"** - Check JSON syntax and file permissions
109-
**Network errors** - Verify internet connection and npm registry access
107+
- **"No dependencies found"** - Run from directory with `package.json`
108+
- **"Error reading package.json"** - Check JSON syntax and file permissions
109+
- **Network errors** - Verify internet connection and npm registry access
110110

111111
## Contributing
112112

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "patch-pulse",
3-
"version": "2.5.1",
3+
"version": "2.5.2",
44
"description": "Check for outdated npm dependencies",
55
"type": "module",
66
"main": "lib/index.js",

src/gen/version.gen.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
// Auto-generated file - do not edit manually
2-
export const VERSION = '2.5.1';
2+
export const VERSION = '2.5.2';

0 commit comments

Comments
 (0)