Skip to content

Commit

Permalink
[meta] simplify "exports"
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Dec 11, 2021
1 parent a2be6f4 commit f696e5f
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,7 @@
"main": "index.js",
"type": "commonjs",
"exports": {
".": [
{
"default": "./index.js"
},
"./index.js"
],
"./package": "./package.json",
".": "./index.js",
"./package.json": "./package.json"
},
"sideEffects": false,
Expand Down

0 comments on commit f696e5f

Please sign in to comment.