Skip to content

Commit

Permalink
perf: remove exports field because it exposes unoptimized builds
Browse files Browse the repository at this point in the history
  • Loading branch information
jonahsnider committed Apr 13, 2021
1 parent 0d407e2 commit 468865e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,6 @@
"main": "dist/index.js",
"type": "commonjs",
"module": "dist/convert.esm.mjs",
"exports": {
"import": "./dist/convert.esm.mjs",
"require": "./dist/index.js"
},
"name": "convert",
"repository": {
"type": "git",
Expand Down

0 comments on commit 468865e

Please sign in to comment.