Skip to content

Commit b53a81a

Browse files
authored
Merge pull request #363 from acaldas/main
Fix ESM import
2 parents 08700ff + 6841f0f commit b53a81a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"main": "dist/main/index.js",
1010
"typings": "dist/main/index.d.ts",
11-
"module": "dist/module/index.mjs",
11+
"module": "dist/module/index.js",
1212
"files": [
1313
"dist/**/*.{js,ts}",
1414
"LICENSE",

0 commit comments

Comments
 (0)