fix: Mark @tiptap/vue-2 and @tiptap/vue-3 as side effect free

This commit is contained in:
Philipp Kühn
2022-01-11 09:45:59 +01:00
parent e609b2d116
commit be8ca68d97
2 changed files with 4 additions and 2 deletions

View File

@@ -37,5 +37,6 @@
"type": "git",
"url": "https://github.com/ueberdosis/tiptap",
"directory": "packages/vue-3"
}
},
"sideEffects": false
}