Skip to content

Commit

Permalink
[meta] simplify exports
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Nov 2, 2022
1 parent 0ccf168 commit 680d056
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions package.json
Expand Up @@ -4,16 +4,9 @@
"description": "What is the type of this builtin JS value?",
"main": "index.js",
"exports": {
".": [
{
"require": "./index.js",
"default": "./index.js"
},
"./index.js"
],
".": "./index.js",
"./package.json": "./package.json"
},
"type": "commonjs",
"scripts": {
"prepack": "npmignore --auto --commentLines=autogenerated",
"prepublish": "not-in-publish || npm run prepublishOnly",
Expand Down

0 comments on commit 680d056

Please sign in to comment.