mirror of
https://github.com/ueberdosis/tiptap.git
synced 2024-11-28 07:40:13 +08:00
fix: Mark @tiptap/react
and @tiptap/core
as side effect free (#2361)
* Update package.json * Update package.json
This commit is contained in:
parent
dfd5c3b6cc
commit
e609b2d116
@ -43,5 +43,6 @@
|
|||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/ueberdosis/tiptap",
|
"url": "https://github.com/ueberdosis/tiptap",
|
||||||
"directory": "packages/core"
|
"directory": "packages/core"
|
||||||
}
|
},
|
||||||
|
"sideEffects": false
|
||||||
}
|
}
|
||||||
|
@ -40,5 +40,6 @@
|
|||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/ueberdosis/tiptap",
|
"url": "https://github.com/ueberdosis/tiptap",
|
||||||
"directory": "packages/react"
|
"directory": "packages/react"
|
||||||
}
|
},
|
||||||
|
"sideEffects": false
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user