Skip to content

Commit

Permalink
fix: Mark @tiptap/vue-2 and @tiptap/vue-3 as side effect free
Browse files Browse the repository at this point in the history
  • Loading branch information
Philipp Kühn authored and Philipp Kühn committed Jan 11, 2022
1 parent e609b2d commit be8ca68
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion packages/vue-2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,6 @@
"type": "git",
"url": "https://github.com/ueberdosis/tiptap",
"directory": "packages/vue-2"
}
},
"sideEffects": false
}
3 changes: 2 additions & 1 deletion packages/vue-3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,6 @@
"type": "git",
"url": "https://github.com/ueberdosis/tiptap",
"directory": "packages/vue-3"
}
},
"sideEffects": false
}

0 comments on commit be8ca68

Please sign in to comment.