Skip to content

Commit 2fa409a

Browse files
committed
0.0.2
1 parent e99777d commit 2fa409a

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

package.json

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hyperweb/mcp-server",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"description": "Model Context Protocol Hyperweb products",
55
"main": "build/index.js",
66
"scripts": {
@@ -30,9 +30,14 @@
3030
"typescript": "^5.8.2",
3131
"vitest": "^3.1.1"
3232
},
33-
"files": ["build"],
33+
"files": [
34+
"build"
35+
],
3436
"pnpm": {
35-
"onlyBuiltDependencies": ["@biomejs/biome", "esbuild"]
37+
"onlyBuiltDependencies": [
38+
"@biomejs/biome",
39+
"esbuild"
40+
]
3641
},
3742
"dependencies": {
3843
"@modelcontextprotocol/sdk": "^1.7.0",

0 commit comments

Comments
 (0)