Skip to content

Commit

Permalink
Mark package as side-effect free (#2904)
Browse files Browse the repository at this point in the history
  • Loading branch information
htunnicliff authored Mar 10, 2024
1 parent dc873f7 commit 7bb1dae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"main": "./dist/core/index.js",
"module": "./dist/core/index.esm.js",
"types": "./dist/core/index.d.ts",
"sideEffects": false,
"exports": {
"./package.json": "./package.json",
".": {
Expand Down

0 comments on commit 7bb1dae

Please sign in to comment.