Skip to content

Commit

Permalink
feat(exports): mark reactstrap as sideEffects free (#1005)
Browse files Browse the repository at this point in the history
  • Loading branch information
pravdomil authored and TheSharpieOne committed May 4, 2018
1 parent bfb8cc5 commit b68826d
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 @@ -9,6 +9,7 @@
"unpkg": "dist/reactstrap.min.js",
"cdn": "dist/reactstrap.min.js",
"esnext": "src",
"sideEffects": false,
"scripts": {
"report-coverage": "coveralls < ./coverage/lcov.info",
"test": "cross-env BABEL_ENV=test react-scripts test --env=jsdom",
Expand Down

0 comments on commit b68826d

Please sign in to comment.