Skip to content

Commit e1f356e

Browse files
author
Akos Komuves
committed
include dist in published files, bump version
1 parent 2069464 commit e1f356e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@akoskm/create-mcp-server-stdio",
3-
"version": "0.0.5",
3+
"version": "0.0.6",
44
"description": "MCP Server Starter kit using the StdioServerTransport",
55
"main": "dist/index.js",
66
"packageManager": "[email protected]",
@@ -16,6 +16,9 @@
1616
"access": "public"
1717
},
1818
"type": "module",
19+
"files": [
20+
"dist"
21+
],
1922
"scripts": {
2023
"build": "tsc"
2124
},

0 commit comments

Comments
 (0)