Skip to content

Commit

Permalink
Revert exports change in package.json (#180)
Browse files Browse the repository at this point in the history
  • Loading branch information
bjornstar authored Jun 4, 2023
1 parent 61a437e commit d1574d3
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,8 @@
"url": "https://sindresorhus.com"
},
"type": "module",
"exports": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
},
"exports": "./dist/index.js",
"types": "./dist/index.d.ts",
"engines": {
"node": ">=14.16"
},
Expand Down

0 comments on commit d1574d3

Please sign in to comment.