Skip to content

Commit a454a52

Browse files
authored
build: fix node package includes (#29)
1 parent 208a445 commit a454a52

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
@@ -20,7 +20,10 @@
2020
"prepare": "node --experimental-strip-types scripts/prepare.ts"
2121
},
2222
"files": [
23-
"build/src"
23+
"build/src",
24+
"build/node_modules",
25+
"LICENSE",
26+
"!*.tsbuildinfo"
2427
],
2528
"repository": "ChromeDevTools/chrome-devtools-mcp",
2629
"author": "Google LLC",

0 commit comments

Comments
 (0)