Skip to content

Commit

Permalink
[meta] simplify exports
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Feb 16, 2024
1 parent 77cabeb commit d39cb8d
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 @@ -7,12 +7,7 @@
"fs": false
},
"exports": {
".": [
{
"default": "./index.js"
},
"./index.js"
],
".": "./index.js",
"./lib/default_stream": "./lib/default_stream.js",
"./lib/results": "./lib/results.js",
"./lib/test": "./lib/test.js",
Expand Down

0 comments on commit d39cb8d

Please sign in to comment.