pcu 0.2.6 → 0.2.8

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 +7 -7
package/README.md CHANGED
@@ -4,7 +4,7 @@ A powerful CLI tool to check and update pnpm workspace catalog dependencies,
4
4
  inspired by
5
5
  [npm-check-updates](https://github.com/raineorshine/npm-check-updates).
6
6
 
7
- [![CI](https://github.com/houko/pnpm-catalog-updates/workflows/CI/badge.svg)](https://github.com/houko/pnpm-catalog-updater/actions)
7
+ [![CI](https://github.com/houko/pnpm-catalog-updates/workflows/CI/badge.svg)](https://github.com/houko/pnpm-catalog-updates/actions)
8
8
  [![npm version](https://badge.fury.io/js/pnpm-catalog-updates.svg)](https://badge.fury.io/js/pnpm-catalog-updates)
9
9
  [![Coverage Status](https://coveralls.io/repos/github/houko/pnpm-catalog-updates/badge.svg?branch=main)](https://coveralls.io/github/houko/pnpm-catalog-updates?branch=main)
10
10
 
@@ -30,6 +30,8 @@ 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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pcu",
3
- "version": "0.2.6",
3
+ "version": "0.2.8",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -15,18 +15,18 @@
15
15
  "package-manager"
16
16
  ],
17
17
  "author": {
18
- "name": "Your Name",
19
- "email": "your.email@example.com"
18
+ "name": "Evan Hu",
19
+ "email": "evan@yldm.tech"
20
20
  },
21
21
  "license": "MIT",
22
22
  "repository": {
23
23
  "type": "git",
24
- "url": "https://github.com/houko/pnpm-catalog-updater.git"
24
+ "url": "https://github.com/houko/pnpm-catalog-updates.git"
25
25
  },
26
26
  "bugs": {
27
- "url": "https://github.com/houko/pnpm-catalog-updater/issues"
27
+ "url": "https://github.com/houko/pnpm-catalog-updates/issues"
28
28
  },
29
- "homepage": "https://github.com/houko/pnpm-catalog-updater#readme",
29
+ "homepage": "https://github.com/houko/pnpm-catalog-updates#readme",
30
30
  "engines": {
31
31
  "node": ">=18.0.0"
32
32
  },
@@ -37,7 +37,7 @@
37
37
  "types": "./dist/index.d.ts",
38
38
  "bin": {
39
39
  "pcu": "./bin/pcu.js",
40
- "pnpm-catalog-updater": "./bin/pcu.js"
40
+ "pnpm-catalog-updates": "./bin/pcu.js"
41
41
  },
42
42
  "files": [
43
43
  "dist",