Skip to content

Commit 43b307e

Browse files
hyperpolymathclaude
andcommitted
fix: normalize package.json for npm publish
npm pkg fix corrections: git+ prefix on repo URL, remove ./ from bin path. Published as @hyperpolymath/boj-server@0.3.0 on npm. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 97f6ef9 commit 43b307e

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
@@ -6,7 +6,7 @@
66
"author": "Jonathan D.A. Jewell <j.d.a.jewell@open.ac.uk>",
77
"repository": {
88
"type": "git",
9-
"url": "https://github.com/hyperpolymath/boj-server.git"
9+
"url": "git+https://github.com/hyperpolymath/boj-server.git"
1010
},
1111
"homepage": "https://github.com/hyperpolymath/boj-server#readme",
1212
"bugs": {
@@ -28,7 +28,7 @@
2828
],
2929
"type": "module",
3030
"bin": {
31-
"boj-server": "./mcp-bridge/main.js"
31+
"boj-server": "mcp-bridge/main.js"
3232
},
3333
"main": "./mcp-bridge/main.js",
3434
"files": [

0 commit comments

Comments
 (0)