Skip to content

Commit

Permalink
fix: remove misc. files from pack (#356)
Browse files Browse the repository at this point in the history
  • Loading branch information
jrandolf committed Oct 27, 2022
1 parent f022f15 commit 792f3ef
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,10 @@
"build:testserver": "cd third_party/testserver && npm run build"
},
"files": [
"lib"
"lib",
"**/*.d.ts",
"**/*.d.ts.map",
"!main.d.ts"
],
"author": "Chrome DevTools authors",
"license": "Apache-2.0",
Expand Down

0 comments on commit 792f3ef

Please sign in to comment.