pcu 0.2.7 → 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 +4 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -30,9 +30,13 @@ inspired by
30
30
  ```bash
31
31
  # Global installation
32
32
  npm install -g pnpm-catalog-updates
33
+ # or
34
+ npm install -g pcu
33
35
 
34
36
  # Or use with npx
35
37
  npx pnpm-catalog-updates
38
+ # or
39
+ npx pcu
36
40
 
37
41
  # Or use the short alias
38
42
  pcu
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pcu",
3
- "version": "0.2.7",
3
+ "version": "0.2.9",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },