Skip to content

Commit

Permalink
fix: update styled-components version to peerDependencies (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
sugarshin authored and azz committed Oct 18, 2018
1 parent b317703 commit 154bf5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"peerDependencies": {
"react": "*",
"react-dom": "*",
"styled-components": "^2 || ^3"
"styled-components": "^2 || ^3 || ^4"
},
"dependencies": {
"prop-types": "^15.6.0"
Expand Down

0 comments on commit 154bf5e

Please sign in to comment.