Skip to content

Commit

Permalink
fix: Mark @tiptap/react and @tiptap/core as side effect free (#2361)
Browse files Browse the repository at this point in the history
* Update package.json

* Update package.json
  • Loading branch information
dcastil authored Jan 11, 2022
1 parent dfd5c3b commit e609b2d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,6 @@
"type": "git",
"url": "https://github.com/ueberdosis/tiptap",
"directory": "packages/core"
}
},
"sideEffects": false
}
3 changes: 2 additions & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,6 @@
"type": "git",
"url": "https://github.com/ueberdosis/tiptap",
"directory": "packages/react"
}
},
"sideEffects": false
}

0 comments on commit e609b2d

Please sign in to comment.