Skip to content

Commit

Permalink
Fix the exports field in package.json
Browse files Browse the repository at this point in the history
Fixes #29
  • Loading branch information
sindresorhus committed Jan 13, 2021
1 parent f3af6ce commit 527c47a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -12,8 +12,8 @@
},
"type": "module",
"exports": {
"import": "./browser.js",
"node": "./index.js"
"node": "./index.js",
"default": "./browser.js"
},
"engines": {
"node": ">=14"
Expand Down

0 comments on commit 527c47a

Please sign in to comment.