Skip to content

Commit d368c75

Browse files
chore(package): mark the package side-effect free (#121)
This will hint to bundlers that files can be cleanly pruned.
1 parent cc9b3fd commit d368c75

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"module": "dist/index.esm.js",
77
"commonJs": "dist/index.cjs.js",
88
"typings": "dist/types/index.d.ts",
9+
"sideEffects": false,
910
"author": "Patrick Michalina <patrickmichalina@mac.com> (https://patrickmichalina.com)",
1011
"license": "MIT",
1112
"repository": {

0 commit comments

Comments
 (0)