Skip to content

Commit

Permalink
Update package.json (#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
frankleng authored and aaronvanston committed Mar 28, 2018
1 parent 533107a commit 4758a72
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,9 @@
"styled-components": "^2.0.0"
},
"peerDependencies": {
"react": "^15.5.4",
"react-dom": "^15.5.4",
"styled-components": "^2.0.0"
"react": "^15.5.4 || ^16.2.0",
"react-dom": "^15.5.4 || ^16.2.0",
"styled-components": "^2.0.0 || ^3.2.3"
},
"dependencies": {
"lodash": "^4.17.4",
Expand Down

0 comments on commit 4758a72

Please sign in to comment.