Skip to content

Commit

Permalink
Missing dep
Browse files Browse the repository at this point in the history
  • Loading branch information
ctrlplusb committed Apr 18, 2016
1 parent 8bf45ff commit cc6fca9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@
"react": "15.0.1",
"react-addons-test-utils": "15.0.1",
"react-dom": "15.0.1",
"react-sizeme": "1.0.6",
"semantic-release": "^6.2.1",
"stats-webpack-plugin": "0.3.1",
"webpack": "1.13.0",
Expand Down
2 changes: 1 addition & 1 deletion src/ComponentQueries.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ function ComponentQueries(...queries) {

return SizeMe({
monitorWidth: true,
monitorHeight: true
monitorHeight: false
})(ComponentWithComponentQueries);
};
}
Expand Down

0 comments on commit cc6fca9

Please sign in to comment.