Skip to content

Commit

Permalink
fix: Only UMD build has side effects
Browse files Browse the repository at this point in the history
  • Loading branch information
enisdenjo committed Feb 18, 2021
1 parent 5ab8493 commit 66ed43f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Expand Up @@ -47,6 +47,9 @@
"LICENSE.md",
"PROTOCOL.md"
],
"sideEffects": [
"umd/*"
],
"publishConfig": {
"access": "public"
},
Expand Down

0 comments on commit 66ed43f

Please sign in to comment.