Skip to content

Commit

Permalink
chore: rename ESM module file name
Browse files Browse the repository at this point in the history
  • Loading branch information
nikku committed Mar 11, 2024
1 parent cefd7a3 commit 37afe98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -5,7 +5,7 @@
"type": "module",
"exports": {
".": {
"import": "./dist/index.esm.js",
"import": "./dist/index.js",
"require": "./dist/index.cjs"
}
},
Expand Down

0 comments on commit 37afe98

Please sign in to comment.