get-shit-done-cc-ui 0.2.6 → 0.2.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.
- package/lib/download.js +1 -1
- package/package.json +2 -2
package/lib/download.js
CHANGED
|
@@ -8,7 +8,7 @@ const ora = require('ora');
|
|
|
8
8
|
const supportsColor = require('supports-color');
|
|
9
9
|
|
|
10
10
|
const VERSION = require('../package.json').version;
|
|
11
|
-
const GITHUB_REPO = '
|
|
11
|
+
const GITHUB_REPO = 'Kaenn/get-shit-done-cc-ui';
|
|
12
12
|
|
|
13
13
|
/**
|
|
14
14
|
* Detect platform and return binary name
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "get-shit-done-cc-ui",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.7",
|
|
4
4
|
"description": "GSD-UI - Visual panel for Claude Code terminal workflows",
|
|
5
5
|
"bin": {
|
|
6
6
|
"get-shit-done-cc-ui": "./bin/get-shit-done-cc-ui"
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
},
|
|
12
12
|
"repository": {
|
|
13
13
|
"type": "git",
|
|
14
|
-
"url": "https://github.com/
|
|
14
|
+
"url": "https://github.com/Kaenn/get-shit-done-cc-ui.git"
|
|
15
15
|
},
|
|
16
16
|
"keywords": ["claude", "ai", "cli", "gsd", "terminal", "ui"],
|
|
17
17
|
"license": "AGPL-3.0",
|