Skip to content

Commit

Permalink
fix: add cjs files to package.json files (#177)
Browse files Browse the repository at this point in the history
  • Loading branch information
jrandolf committed Jun 9, 2022
1 parent bac6438 commit da90137
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,7 @@
"release": "standard-version"
},
"files": [
"lib/types.d.ts",
"lib/**/*.d.ts",
"lib/**/*.d.ts.map",
"lib/**/*.js",
"lib/**/*.js.map"
"lib"
],
"author": "Chrome DevTools authors",
"license": "Apache-2.0",
Expand Down

0 comments on commit da90137

Please sign in to comment.