Skip to content

Commit d9c5dfa

Browse files
thegreatalxxclaude
andcommitted
chore: fix package.json bin path and normalize repo URL (npm pkg fix)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent cb34fa2 commit d9c5dfa

1 file changed

Lines changed: 10 additions & 3 deletions

File tree

package.json

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "3.0.0",
44
"description": "Local AI coding assistant — Ollama, Claude, OpenAI, Groq",
55
"bin": {
6-
"localcode": "./dist/bin/localcode.js"
6+
"localcode": "dist/bin/localcode.js"
77
},
88
"type": "module",
99
"main": "./dist/index.js",
@@ -35,10 +35,17 @@
3535
"engines": {
3636
"node": ">=18.0.0"
3737
},
38-
"keywords": ["ai", "ollama", "claude", "coding", "cli", "localcode"],
38+
"keywords": [
39+
"ai",
40+
"ollama",
41+
"claude",
42+
"coding",
43+
"cli",
44+
"localcode"
45+
],
3946
"license": "MIT",
4047
"repository": {
4148
"type": "git",
42-
"url": "https://github.com/thealxlabs/localcode.git"
49+
"url": "git+https://github.com/thealxlabs/localcode.git"
4350
}
4451
}

0 commit comments

Comments
 (0)