Skip to content

Commit 666f982

Browse files
fix: correct bin path and repository URL format in package.json
1 parent ff02322 commit 666f982

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"prepare": "npm run build"
1414
},
1515
"bin": {
16-
"validkit-mcp": "./dist/index.js"
16+
"validkit-mcp": "dist/index.js"
1717
},
1818
"keywords": [
1919
"mcp",
@@ -43,7 +43,7 @@
4343
},
4444
"repository": {
4545
"type": "git",
46-
"url": "https://github.com/ValidKit/validkit-mcp-server.git"
46+
"url": "git+https://github.com/ValidKit/validkit-mcp-server.git"
4747
},
4848
"files": [
4949
"dist",

0 commit comments

Comments
 (0)