pnpm-catalog-updates 0.2.8 → 0.2.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +3 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -30,11 +30,13 @@ inspired by
30
30
  ```bash
31
31
  # Global installation
32
32
  npm install -g pnpm-catalog-updates
33
- ### or
33
+ # or
34
34
  npm install -g pcu
35
35
 
36
36
  # Or use with npx
37
37
  npx pnpm-catalog-updates
38
+ # or
39
+ npx pcu
38
40
 
39
41
  # Or use the short alias
40
42
  pcu
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pnpm-catalog-updates",
3
- "version": "0.2.8",
3
+ "version": "0.2.9",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },