Skip to content

Commit

Permalink
build: remove non existing cjs dist from exports (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe authored Jul 17, 2023
1 parent c2e6b85 commit c2cd740
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
"exports": {
".": {
"import": "./dist/index.mjs",
"require": "./dist/index.cjs",
"types": "./dist/index.d.ts"
}
},
Expand Down

0 comments on commit c2cd740

Please sign in to comment.