get-shit-done-cc-ui 0.2.5 → 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.
Files changed (2) hide show
  1. package/lib/download.js +1 -1
  2. package/package.json +4 -4
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 = 'glennin-codes/get-shit-done-cc-ui';
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,17 +1,17 @@
1
1
  {
2
2
  "name": "get-shit-done-cc-ui",
3
- "version": "0.2.5",
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"
7
7
  },
8
8
  "dependencies": {
9
- "ora": "^8.1.1",
10
- "supports-color": "^9.4.0"
9
+ "ora": "^5.4.1",
10
+ "supports-color": "^7.2.0"
11
11
  },
12
12
  "repository": {
13
13
  "type": "git",
14
- "url": "https://github.com/glennin-codes/get-shit-done-cc-ui.git"
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",