Skip to content

Commit

Permalink
Merge pull request #19 from Code-Hex/fix/esm
Browse files Browse the repository at this point in the history
fixed esm dist
  • Loading branch information
Code-Hex authored Feb 24, 2024
2 parents 0ce610f + 46be7db commit c45e9f0
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 @@ -6,7 +6,7 @@
"license": "MIT",
"main": "dist/main/index.js",
"typings": "dist/main/index.d.ts",
"module": "dist/module/index.mjs",
"module": "dist/module/index.js",
"files": [
"dist/**/*.{js,ts}",
"LICENSE",
Expand Down

0 comments on commit c45e9f0

Please sign in to comment.