Skip to content

Commit

Permalink
[meta] simplify "exports"
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Apr 17, 2022
1 parent 7c0e2d0 commit d6ed201
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions package.json
Expand Up @@ -5,12 +5,7 @@
"main": "index.js",
"sideEffects": false,
"exports": {
".": [
{
"default": "./index.js"
},
"./index.js"
],
".": "./index.js",
"./package.json": "./package.json"
},
"scripts": {
Expand Down

0 comments on commit d6ed201

Please sign in to comment.