Add repository field to package.json
This commit is contained in:
parent
7ea70144b7
commit
f83d45eec0
1 changed files with 5 additions and 1 deletions
|
@ -2,6 +2,10 @@
|
||||||
"name": "mcp-remote",
|
"name": "mcp-remote",
|
||||||
"version": "0.0.10",
|
"version": "0.0.10",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
|
"repository": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "https://github.com/geelen/mcp-remote.git"
|
||||||
|
},
|
||||||
"bin": {
|
"bin": {
|
||||||
"mcp-remote": "dist/cli/proxy.js"
|
"mcp-remote": "dist/cli/proxy.js"
|
||||||
},
|
},
|
||||||
|
@ -53,4 +57,4 @@
|
||||||
"react"
|
"react"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Add table
Add a link
Reference in a new issue