fix build

This commit is contained in:
Philipp Kühn 2020-11-06 18:25:33 +01:00
parent c9145d69f5
commit 01a8125a87
2 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,5 @@
import { Command, createExtension } from '@tiptap/core'
import '@tiptap/extension-text-style'
type FontFamilyOptions = {
types: string[],

View File

@ -12,6 +12,7 @@
"dist"
],
"peerDependencies": {
"@tiptap/core": "2.x"
"@tiptap/core": "2.x",
"@tiptap/extension-text-style": "2.x"
}
}