Skip to content

Commit

Permalink
Drop "./": "./" from package.json exports
Browse files Browse the repository at this point in the history
  • Loading branch information
eemeli committed May 16, 2020
1 parent be0068f commit d36c312
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,7 @@
"import": "./util.mjs"
},
"./util.js"
],
"./": "./"
]
},
"scripts": {
"build": "npm run build:node && npm run build:browser",
Expand Down

0 comments on commit d36c312

Please sign in to comment.