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 4, 2021
1 parent 35d67fc commit 019c6d0
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,8 @@
"description": "Robustly `.call.bind()` a function",
"main": "index.js",
"exports": {
".": [
{
"default": "./index.js"
},
"./index.js"
],
"./callBound": [
{
"default": "./callBound.js"
},
"./callBound.js"
],
".": "./index.js",
"./callBound": "./callBound.js",
"./package.json": "./package.json"
},
"scripts": {
Expand Down

0 comments on commit 019c6d0

Please sign in to comment.