Skip to content

Commit

Permalink
fix(): Mark package as pure for tree shaking.
Browse files Browse the repository at this point in the history
  • Loading branch information
aidanCQ committed Dec 19, 2023
1 parent d702072 commit 6de7c4d
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 @@ -19,6 +19,7 @@
"files": [
"dist"
],
"sideEffects": false,
"main": "dist/src/index.js",
"exports": {
".": "./dist/src/index.js",
Expand Down

0 comments on commit 6de7c4d

Please sign in to comment.