Skip to content

Commit

Permalink
Merge pull request #158 from nrayburn-tech/fix/module-path
Browse files Browse the repository at this point in the history
fix package.json module output path
  • Loading branch information
perrin4869 authored Apr 21, 2022
2 parents 798ace9 + 3629214 commit 2b0d153
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "4.1.1",
"description": "backend layer for i18next using browsers fetch",
"main": "dist/cjs/index.cjs",
"module": "dist/esm/index.js",
"module": "dist/mjs/index.js",
"exports": {
".": {
"import": "./dist/mjs/index.js",
Expand Down

0 comments on commit 2b0d153

Please sign in to comment.