Skip to content

Commit

Permalink
fix(package): fix sideEffects paths
Browse files Browse the repository at this point in the history
  • Loading branch information
DiyanDimitrov committed Nov 10, 2021
1 parent dda4097 commit 3590ff6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions scripts/_package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
"module": "index.js",
"types": "index.d.ts",
"sideEffects": [
"./components/calendar/days-view/days-view.js",
"./components/calendar/months-view/months-view.js",
"./components/calendar/years-view/years-view.js",
"./components/icon/icon.js",
"components/calendar/days-view/days-view.js",
"components/calendar/months-view/months-view.js",
"components/calendar/years-view/years-view.js",
"components/icon/icon.js",
"*.css"
],
"repository": {
Expand Down

0 comments on commit 3590ff6

Please sign in to comment.