Skip to content

Commit 1c2e4d1

Browse files
authored
Mark comlink as not having side effects
1 parent c69224e commit 1c2e4d1

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
@@ -5,6 +5,7 @@
55
"main": "dist/umd/comlink.js",
66
"module": "dist/esm/comlink.mjs",
77
"types": "dist/umd/comlink.d.ts",
8+
"sideEffects": false,
89
"scripts": {
910
"build": "rollup -c",
1011
"test:unit": "karma start",

0 commit comments

Comments
 (0)