gt-gh 0.1.0 → 0.1.2

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.
package/README.md CHANGED
@@ -14,12 +14,6 @@ Then run:
14
14
  gt --help
15
15
  ```
16
16
 
17
- If you already have another `gt` binary installed, use the package-specific binary:
18
-
19
- ```bash
20
- gt-gh --help
21
- ```
22
-
23
17
  ## Quick start
24
18
 
25
19
  ```bash
package/dist/package.json CHANGED
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "name": "gt-gh",
3
- "version": "0.1.0",
3
+ "version": "0.1.2",
4
4
  "description": "GitHub-only stacked changes CLI compatible with Graphite-style gt commands.",
5
5
  "license": "AGPL-3.0-only",
6
6
  "main": "dist/src/index.js",
7
7
  "types": "dist/src/index.d.ts",
8
- "homepage": "https://github.com/tianrendong/gt",
8
+ "homepage": "https://github.com/tianrendong/gt-gh",
9
9
  "repository": {
10
10
  "type": "git",
11
- "url": "git+ssh://git@github.com/tianrendong/gt.git"
11
+ "url": "git+ssh://git@github.com/tianrendong/gt-gh.git"
12
12
  },
13
13
  "keywords": [
14
14
  "git",
@@ -69,8 +69,7 @@
69
69
  "README.md"
70
70
  ],
71
71
  "bin": {
72
- "gt": "dist/src/index.js",
73
- "gt-gh": "dist/src/index.js"
72
+ "gt": "dist/src/index.js"
74
73
  },
75
74
  "engines": {
76
75
  "node": ">=18"
package/package.json CHANGED
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "name": "gt-gh",
3
- "version": "0.1.0",
3
+ "version": "0.1.2",
4
4
  "description": "GitHub-only stacked changes CLI compatible with Graphite-style gt commands.",
5
5
  "license": "AGPL-3.0-only",
6
6
  "main": "dist/src/index.js",
7
7
  "types": "dist/src/index.d.ts",
8
- "homepage": "https://github.com/tianrendong/gt",
8
+ "homepage": "https://github.com/tianrendong/gt-gh",
9
9
  "repository": {
10
10
  "type": "git",
11
- "url": "git+ssh://git@github.com/tianrendong/gt.git"
11
+ "url": "git+ssh://git@github.com/tianrendong/gt-gh.git"
12
12
  },
13
13
  "keywords": [
14
14
  "git",
@@ -69,8 +69,7 @@
69
69
  "README.md"
70
70
  ],
71
71
  "bin": {
72
- "gt": "dist/src/index.js",
73
- "gt-gh": "dist/src/index.js"
72
+ "gt": "dist/src/index.js"
74
73
  },
75
74
  "engines": {
76
75
  "node": ">=18"