fix build
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
import { Command, createExtension } from '@tiptap/core'
|
||||
import '@tiptap/extension-text-style'
|
||||
|
||||
type FontFamilyOptions = {
|
||||
types: string[],
|
||||
|
||||
@@ -12,6 +12,7 @@
|
||||
"dist"
|
||||
],
|
||||
"peerDependencies": {
|
||||
"@tiptap/core": "2.x"
|
||||
"@tiptap/core": "2.x",
|
||||
"@tiptap/extension-text-style": "2.x"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user