Skip to content

Commit 49168f1

Browse files
authored
Merge pull request #15 from DXHeroes/test/release
chore: remove type: module from package.json files
2 parents 6d1ac27 + 67b3a91 commit 49168f1

File tree

3 files changed

+1
-6
lines changed

3 files changed

+1
-6
lines changed

core/http-client/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
"name": "@mcp-devtools/http-client",
33
"version": "0.1.1",
44
"description": "Simple HTTP client for MCP servers",
5-
"type": "module",
65
"main": "src/index.ts",
76
"types": "src/types.ts",
87
"files": [

core/typescript-config/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
"name": "@mcp-devtools/typescript-config",
33
"version": "0.1.1",
44
"description": "Shared TypeScript configuration for MCP projects",
5-
"type": "module",
65
"main": "tsconfig.base.json",
76
"files": [
87
"tsconfig.*.json"

packages/jira/package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,10 @@
33
"version": "0.2.1",
44
"description": "Talk to Jira - MCP Server",
55
"private": false,
6-
"type": "module",
76
"bin": {
87
"mcp-jira": "./build/index.js"
98
},
10-
"files": [
11-
"build"
12-
],
9+
"files": ["build"],
1310
"scripts": {
1411
"build": "tsc && node -e \"fs.chmodSync('build/index.js', '755')\"",
1512
"prepare": "pnpm run build",

0 commit comments

Comments
 (0)