Skip to content

Commit 19f09ff

Browse files
committed
fix: 📦 Remove non-existent file from package.json files array
- Remove mcp_config.example.json from files array as it was deleted - Ensures npm package only includes existing files
1 parent c116354 commit 19f09ff

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
"dist/**/*",
1212
"README.md",
1313
"LICENSE",
14-
"mcp_config.example.json",
1514
".env.example"
1615
],
1716
"scripts": {

0 commit comments

Comments
 (0)