Skip to content

Commit

Permalink
[meta] simplify exports
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Jan 11, 2024
1 parent 89bcc7a commit faa0cc6
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,7 @@
"description": "Get and robustly cache all JS language-level intrinsics at first require time",
"main": "index.js",
"exports": {
".": [
{
"default": "./index.js"
},
"./index.js"
],
".": "./index.js",
"./package.json": "./package.json"
},
"sideEffects": false,
Expand Down

0 comments on commit faa0cc6

Please sign in to comment.