yggtree 1.4.6 → 1.4.7

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 -2
  2. package/package.json +5 -1
package/README.md CHANGED
@@ -16,12 +16,14 @@ For guided workflows, command examples, and safety notes, read the full docs:
16
16
 
17
17
  ### Installation
18
18
 
19
- Install globally:
19
+ Install the latest release:
20
20
 
21
21
  ```bash
22
- npm install -g yggtree
22
+ curl -fsSL https://yggtree.logbookfordevs.com/install.sh | bash
23
23
  ```
24
24
 
25
+ Prefer npm globals? `npm install -g yggtree` still works.
26
+
25
27
  Or try it without installing:
26
28
 
27
29
  ```bash
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "yggtree",
3
- "version": "1.4.6",
3
+ "version": "1.4.7",
4
4
  "packageManager": "pnpm@11.0.9",
5
5
  "description": "Interactive CLI for managing git worktrees and configs",
6
6
  "main": "dist/index.js",
@@ -22,10 +22,14 @@
22
22
  "build": "tsc",
23
23
  "start": "node dist/index.js",
24
24
  "dev": "tsc --watch",
25
+ "release:pack": "./scripts/package-yggtree-release.sh",
25
26
  "site:dev": "pnpm --dir apps/site dev",
26
27
  "test": "pnpm build && pnpm test:typecheck && vitest run",
27
28
  "test:typecheck": "tsc --noEmit -p tsconfig.test.json"
28
29
  },
30
+ "engines": {
31
+ "node": ">=20"
32
+ },
29
33
  "keywords": [
30
34
  "cli",
31
35
  "git",