Skip to content
This repository was archived by the owner on Oct 27, 2025. It is now read-only.

Commit d5dc982

Browse files
committed
Include node_modules
1 parent 616a74f commit d5dc982

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "linkup-mcp-server",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "'Linkup MCP server'",
55
"types": "build/index.d.ts",
66
"bin": "build/index.js",

tsconfig.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,4 @@
1212
"resolveJsonModule": true
1313
},
1414
"include": ["src/**/*"],
15-
"exclude": ["node_modules", "**/__tests__/*"]
1615
}

0 commit comments

Comments
 (0)