Skip to content

Commit

Permalink
fix(devtools): remove cjs entrypoint (#746)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe authored Oct 12, 2024
1 parent 20334d1 commit 9e4a22e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 19 deletions.
15 changes: 0 additions & 15 deletions packages/devtools/module.cjs

This file was deleted.

6 changes: 2 additions & 4 deletions packages/devtools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,14 @@
"exports": {
".": {
"types": "./dist/module.d.mts",
"import": "./dist/module.mjs",
"require": "./module.cjs"
"import": "./dist/module.mjs"
},
"./types": {
"types": "./dist/types.d.ts"
},
"./*": "./*"
},
"main": "./module.cjs",
"types": "./dist/module.d.ts",
"types": "./dist/module.d.mts",
"bin": "./cli.mjs",
"files": [
"*.cjs",
Expand Down

0 comments on commit 9e4a22e

Please sign in to comment.