Skip to content

Commit

Permalink
fix: fix files published via npm (#358)
Browse files Browse the repository at this point in the history
  • Loading branch information
OrKoN committed Oct 27, 2022
1 parent 52de244 commit 4600162
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@
},
"files": [
"lib",
"**/*.d.ts",
"**/*.d.ts.map",
"!main.d.ts"
"!lib/**/*.d.ts",
"!lib/**/*.d.ts.map",
"lib/main.d.ts"
],
"author": "Chrome DevTools authors",
"license": "Apache-2.0",
Expand Down

0 comments on commit 4600162

Please sign in to comment.