mirror of
https://github.com/ueberdosis/tiptap.git
synced 2025-01-18 06:03:22 +08:00
fix build
This commit is contained in:
parent
c9145d69f5
commit
01a8125a87
@ -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"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user