Skip to content

Commit

Permalink
Mark packages as side-effect free (#929)
Browse files Browse the repository at this point in the history
  • Loading branch information
thecrypticace authored Feb 8, 2023
1 parent ddb4af0 commit 436b957
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"solid",
"outline"
],
"sideEffects": false,
"exports": {
"./package.json": {
"default": "./package.json"
Expand Down
1 change: 1 addition & 0 deletions vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"outline",
"solid"
],
"sideEffects": false,
"exports": {
"./package.json": {
"default": "./package.json"
Expand Down

0 comments on commit 436b957

Please sign in to comment.