Skip to content

Commit 03717e7

Browse files
Added type: module to package.json
1 parent 222b5c6 commit 03717e7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
"dist",
2020
"CHANGELOG.md"
2121
],
22+
"type": "module",
2223
"main": "./dist/vue-codemirror.cjs.js",
2324
"module": "./dist/vue-codemirror.esm.js",
2425
"types": "./dist/vue-codemirror.esm.d.ts",

0 commit comments

Comments
 (0)