Make nested packages private, just install root package

This commit is contained in:
Justin Spahr-Summers
2024-11-11 11:20:53 +00:00
parent 3a9b08bd37
commit 448910d986
4 changed files with 14 additions and 7 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@modelcontextprotocol/inspector",
"version": "0.0.1",
"version": "0.1.0",
"description": "Model Context Protocol inspector",
"license": "MIT",
"author": "Anthropic, PBC (https://anthropic.com)",
@@ -12,6 +12,7 @@
},
"files": [
"bin",
"client/bin",
"client/dist",
"server/build"
],