Skip to content

Commit

Permalink
Simplify exports in package.json (review suggestion)
Browse files Browse the repository at this point in the history
Co-authored-by: Micah Zoltu <micah@zoltu.net>
  • Loading branch information
holgerd77 and MicahZoltu committed May 11, 2023
1 parent 10719d2 commit f0a7dd1
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions packages/block/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,8 @@
"module": "dist/esm/index.js",
"exports": {
".": {
"import": {
"types": "./dist/esm/index.d.ts",
"default": "./dist/esm/index.js"
},
"require": {
"types": "./dist/cjs/index.d.ts",
"default": "./dist/cjs/index.js"
}
"import": "./dist/esm/index.js",
"require": "./dist/cjs/index.js"
}
},
"files": [
Expand Down

0 comments on commit f0a7dd1

Please sign in to comment.