We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb44a7a commit cfadf60Copy full SHA for cfadf60
package.json
@@ -3,8 +3,9 @@
3
"version": "1.2.0",
4
"description": "Markdown formatting buttons for text inputs.",
5
"repository": "github/markdown-toolbar-element",
6
- "main": "dist/index.js",
7
"type": "module",
+ "main": "dist/index.js",
8
+ "module": "dist/index.js",
9
"types": "index.d.ts",
10
"scripts": {
11
"clean": "rm -rf dist",
0 commit comments