Skip to content

Commit

Permalink
fix: require should use cjs instead of mjs (#1576)
Browse files Browse the repository at this point in the history
  • Loading branch information
taozhou-glean authored Mar 31, 2023
1 parent f2961fc commit 49f238c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/detect-locale/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
},
"exports": {
".": {
"require": "./dist/index.mjs",
"require": "./dist/index.cjs",
"import": "./dist/index.mjs"
},
"./package.json": "./package.json"
Expand Down

0 comments on commit 49f238c

Please sign in to comment.