Skip to content

Commit da0f37a

Browse files
committed
chore: fix package.json bin path and repository URL
1 parent aaa6aba commit da0f37a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"type": "module",
66
"repository": {
77
"type": "git",
8-
"url": "https://github.com/drewdrewH/code-graph-context.git"
8+
"url": "git+https://github.com/drewdrewH/code-graph-context.git"
99
},
1010
"keywords": [
1111
"mcp",
@@ -29,7 +29,7 @@
2929
"license": "MIT",
3030
"main": "dist/mcp/mcp.server.js",
3131
"bin": {
32-
"code-graph-context": "./dist/mcp/mcp.server.js"
32+
"code-graph-context": "dist/mcp/mcp.server.js"
3333
},
3434
"files": [
3535
"dist/**/*",

0 commit comments

Comments
 (0)