Skip to content

Commit

Permalink
mark all css files as sideeffects (#1146)
Browse files Browse the repository at this point in the history
  • Loading branch information
YousefED authored Oct 16, 2024
1 parent 6b644f6 commit 4c580ff
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 2 deletions.
3 changes: 3 additions & 0 deletions packages/ariakit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
"name": "@blocknote/ariakit",
"homepage": "https://github.com/TypeCellOS/BlockNote",
"private": false,
"sideEffects": [
"*.css"
],
"license": "MPL-2.0",
"version": "0.16.0",
"files": [
Expand Down
3 changes: 3 additions & 0 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
"name": "@blocknote/core",
"homepage": "https://github.com/TypeCellOS/BlockNote",
"private": false,
"sideEffects": [
"*.css"
],
"license": "MPL-2.0",
"version": "0.16.0",
"files": [
Expand Down
4 changes: 3 additions & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
"name": "@blocknote/react",
"homepage": "https://github.com/TypeCellOS/BlockNote",
"private": false,
"sideEffects": false,
"sideEffects": [
"*.css"
],
"license": "MPL-2.0",
"version": "0.16.0",
"files": [
Expand Down
3 changes: 3 additions & 0 deletions packages/server-util/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
"name": "@blocknote/server-util",
"homepage": "https://github.com/TypeCellOS/BlockNote",
"private": false,
"sideEffects": [
"*.css"
],
"license": "MPL-2.0",
"version": "0.16.0",
"files": [
Expand Down
4 changes: 3 additions & 1 deletion packages/shadcn/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
"name": "@blocknote/shadcn",
"homepage": "https://github.com/TypeCellOS/BlockNote",
"private": false,
"sideEffects": false,
"sideEffects": [
"*.css"
],
"license": "MPL-2.0",
"version": "0.16.0",
"files": [
Expand Down

0 comments on commit 4c580ff

Please sign in to comment.