init @tiptap/html package

This commit is contained in:
Hans Pagel
2020-09-04 13:44:27 +02:00
parent 7380eef0f9
commit 130166bcbc
5 changed files with 358 additions and 6 deletions

View File

@@ -0,0 +1,14 @@
{
"name": "@tiptap/html",
"version": "1.0.0",
"source": "index.ts",
"files": [
"src",
"dist"
],
"dependencies": {
"@tiptap/core": "2.x",
"jsdom": "^16.4.0",
"prosemirror-model": "^1.11.0"
}
}