Skip to content

Commit 3fc6301

Browse files
committed
Moved some dependencies in repos where they are being used.
1 parent cf86040 commit 3fc6301

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

bin/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@
1818
"postbuild": "node scripts/make-executable.js && node scripts/copy-cli.js",
1919
"test": "node scripts/cli-tests.js"
2020
},
21-
"dependencies": {},
21+
"dependencies": {
22+
"commander": "^13.1.0",
23+
"spawn-rx": "^5.1.2"
24+
},
2225
"devDependencies": {}
2326
}

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@
4848
"@modelcontextprotocol/inspector-client": "^0.7.0",
4949
"@modelcontextprotocol/inspector-server": "^0.7.0",
5050
"@modelcontextprotocol/sdk": "^1.8.0",
51-
"commander": "^13.1.0",
5251
"concurrently": "^9.0.1",
5352
"shell-quote": "^1.8.2",
5453
"spawn-rx": "^5.1.2",

0 commit comments

Comments
 (0)