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