Skip to content

Commit

Permalink
fix: Update sort orders in exports for node@14 to fix #118
Browse files Browse the repository at this point in the history
  • Loading branch information
motss committed Jan 25, 2021
1 parent 0347dae commit 6765839
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@
"sideEffects": false,
"exports": {
".": {
"default": "./dist/index.mjs",
"require": "./dist/index.js",
"import": "./dist/index.mjs",
"node": "./dist/index.mjs",
"require": "./dist/index.js"
"default": "./dist/index.mjs"
},
"./dist/*": "./dist/*",
"./normalize-diacritics": "./dist/normalize-diacritics.js"
Expand Down

0 comments on commit 6765839

Please sign in to comment.