Skip to content

Commit

Permalink
Precise sideEffects. (#115)
Browse files Browse the repository at this point in the history
  • Loading branch information
mbostock committed Jun 7, 2021
1 parent d1a518c commit 1ac7984
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Expand Up @@ -32,7 +32,10 @@
"umd": "./dist/d3-transition.min.js",
"default": "./src/index.js"
},
"sideEffects": true,
"sideEffects": [
"./src/index.js",
"./src/selection/index.js"
],
"dependencies": {
"d3-color": "1 - 3",
"d3-dispatch": "1 - 3",
Expand Down

0 comments on commit 1ac7984

Please sign in to comment.