Skip to content

Commit cfadf60

Browse files
committed
Add back module key
1 parent eb44a7a commit cfadf60

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@
33
"version": "1.2.0",
44
"description": "Markdown formatting buttons for text inputs.",
55
"repository": "github/markdown-toolbar-element",
6-
"main": "dist/index.js",
76
"type": "module",
7+
"main": "dist/index.js",
8+
"module": "dist/index.js",
89
"types": "index.d.ts",
910
"scripts": {
1011
"clean": "rm -rf dist",

0 commit comments

Comments
 (0)