Skip to content

Commit

Permalink
Merge pull request #8 from zvictor/patch-1
Browse files Browse the repository at this point in the history
fix ESM imports
  • Loading branch information
erikyo authored Mar 6, 2024
2 parents 616cf18 + 8b67b60 commit e3bf7a2
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 @@ -23,11 +23,11 @@
".": {
"types": "./lib/cjs/@types/index.d.ts",
"require": {
"default": "./lib/cjs/index.js",
"default": "./lib/cjs/index.cjs",
"types": "./lib/cjs/@types/index.d.ts"
},
"import": {
"default": "./lib/esm/index.js",
"default": "./lib/esm/index.mjs",
"types": "./lib/@types/index.d.ts"
},
"browser": "./lib/browser/ISOToLanguage.js",
Expand Down

0 comments on commit e3bf7a2

Please sign in to comment.