Skip to content

Commit 1b2e5eb

Browse files
committed
chore: export module using mjs extension
This allows module bundlers to properly interpret the file.
1 parent 03d65d9 commit 1b2e5eb

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
@@ -37,7 +37,7 @@
3737
"node": "*"
3838
},
3939
"main": "dist/index.js",
40-
"module": "dist/index.esm.js",
40+
"module": "dist/index.mjs",
4141
"umd:main": "dist/bpmn-js-properties-panel.umd.js",
4242
"author": {
4343
"name": "Nico Rehwaldt",

0 commit comments

Comments
 (0)