Skip to content

Commit 80cece4

Browse files
authored
Merge pull request #334 from probablyup/patch-1
mark package as tree shakeable
2 parents 4c77fba + 7b09e28 commit 80cece4

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
@@ -17,6 +17,7 @@
1717
"index.d.ts"
1818
],
1919
"types": "index.d.ts",
20+
"sideEffects": false,
2021
"scripts": {
2122
"prepublish": "./scripts/prepublish.sh",
2223
"preversion": ". ./scripts/prepublish.sh",

0 commit comments

Comments
 (0)