Skip to content

Commit 64937bb

Browse files
committed
Fix module path in package.json (issue #405)
1 parent fb1e7cd commit 64937bb

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
@@ -16,7 +16,7 @@
1616
"visual"
1717
],
1818
"main": "dist/index.js",
19-
"module": "dist/index.modern.js",
19+
"module": "dist/index.modern.mjs",
2020
"source": "src/index.js",
2121
"engines": {
2222
"node": ">=14"

0 commit comments

Comments
 (0)