fix: Mark the bubble/floating menu extensions as side effect free

This commit is contained in:
Ricardo Amaral 2022-04-04 12:22:56 +01:00
parent ab4a0e2507
commit 172513cb44
2 changed files with 4 additions and 2 deletions

View File

@ -32,5 +32,6 @@
"type": "git",
"url": "https://github.com/ueberdosis/tiptap",
"directory": "packages/extension-bubble-menu"
}
},
"sideEffects": false
}

View File

@ -32,5 +32,6 @@
"type": "git",
"url": "https://github.com/ueberdosis/tiptap",
"directory": "packages/extension-floating-menu"
}
},
"sideEffects": false
}