Skip to content

Commit dbfb29d

Browse files
chore: package only dist and other req files
1 parent 4c310af commit dbfb29d

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
@@ -7,7 +7,7 @@
77
"author": "MongoDB <info@mongodb.com>",
88
"homepage": "https://github.com/mongodb-js/mongodb-mcp-server",
99
"repository": {
10-
"url": "https://github.com/mongodb-js/mongodb-mcp-server.git"
10+
"url": "git+https://github.com/mongodb-js/mongodb-mcp-server.git"
1111
},
1212
"bin": {
1313
"mongodb-mcp-server": "dist/cli.cjs"
@@ -16,6 +16,9 @@
1616
"access": "public"
1717
},
1818
"type": "module",
19+
"files": [
20+
"dist"
21+
],
1922
"scripts": {
2023
"prepare": "npm run build",
2124
"build:clean": "rm -rf dist",

0 commit comments

Comments
 (0)