@dcode-dev/d-code 0.1.1 → 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/install.js +1 -1
- package/package.json +2 -2
package/install.js
CHANGED
|
@@ -20,7 +20,7 @@ const os = require("os");
|
|
|
20
20
|
const { execSync } = require("child_process");
|
|
21
21
|
|
|
22
22
|
const VERSION = require("./package.json").version;
|
|
23
|
-
const REPO = "
|
|
23
|
+
const REPO = "Dhanuzh/d-code";
|
|
24
24
|
|
|
25
25
|
const TARGETS = {
|
|
26
26
|
"linux-x64": "x86_64-unknown-linux-musl",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dcode-dev/d-code",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.2",
|
|
4
4
|
"description": "Lightweight AI coding agent for your terminal — powered by Claude, GPT-4, and GitHub Copilot",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ai",
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
"homepage": "https://github.com/ddhanush1/d-code",
|
|
18
18
|
"repository": {
|
|
19
19
|
"type": "git",
|
|
20
|
-
"url": "https://github.com/
|
|
20
|
+
"url": "https://github.com/Dhanuzh/d-code"
|
|
21
21
|
},
|
|
22
22
|
"license": "MIT",
|
|
23
23
|
"bin": {
|