Skip to content

Commit

Permalink
fix(side-effects): set sideEffects: false to enable tree shaking
Browse files Browse the repository at this point in the history
  • Loading branch information
djcsdy committed Oct 29, 2019
1 parent 9de3f0b commit 70fa752
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"semantic-release": "semantic-release",
"test": "tslint --project . && ava"
},
"sideEffects": false,
"dependencies": {
"@softwareventures/array": "^0.16.1",
"@softwareventures/chain": "^0.1.2",
Expand Down

0 comments on commit 70fa752

Please sign in to comment.