Skip to content

Commit

Permalink
fix: Mark the bubble/floating menu extensions as side effect free
Browse files Browse the repository at this point in the history
  • Loading branch information
rfgamaral committed Apr 4, 2022
1 parent ab4a0e2 commit 172513c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion packages/extension-bubble-menu/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,6 @@
"type": "git",
"url": "https://github.com/ueberdosis/tiptap",
"directory": "packages/extension-bubble-menu"
}
},
"sideEffects": false
}
3 changes: 2 additions & 1 deletion packages/extension-floating-menu/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,6 @@
"type": "git",
"url": "https://github.com/ueberdosis/tiptap",
"directory": "packages/extension-floating-menu"
}
},
"sideEffects": false
}

0 comments on commit 172513c

Please sign in to comment.