Skip to content

Commit

Permalink
Fix sideEffects
Browse files Browse the repository at this point in the history
Closes GH-48.
  • Loading branch information
wooorm committed Aug 8, 2021
1 parent ba4ad5c commit 1952812
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,10 @@
"Brian Mearns <bmearns@commercehub.com>",
"Gray Zhang <otakustay@gmail.com>"
],
"sideEffects": false,
"sideEffects": [
"lib/all.js",
"lib/common.js"
],
"type": "module",
"main": "index.js",
"types": "index.d.ts",
Expand Down

0 comments on commit 1952812

Please sign in to comment.