Skip to content

Commit

Permalink
feat: 🔧 package type
Browse files Browse the repository at this point in the history
  • Loading branch information
Leecason committed Dec 22, 2019
1 parent 0fe9cf6 commit 4afe657
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "element-tiptap",
"version": "1.0.0",
"main": "src/index.js",
"license": "MIT",
"description": "A WYSIWYG editor based on Tiptap and Element.",
"scripts": {
Expand Down Expand Up @@ -89,5 +88,9 @@
"files": [
"lib/*",
"src/*"
]
],
"main": "lib/element-tiptap.common.js",
"module": "lib/element-tiptap.esm.js",
"unpkg": "lib/element-tiptap.js",
"jsdelivr": "lib/element-tiptap.js"
}

0 comments on commit 4afe657

Please sign in to comment.