fix: Mark @tiptap/react and @tiptap/core as side effect free (#2361)

* Update package.json

* Update package.json
This commit is contained in:
Dany Castillo
2022-01-11 09:42:59 +01:00
committed by GitHub
parent dfd5c3b6cc
commit e609b2d116
2 changed files with 4 additions and 2 deletions

View File

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

View File

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