Skip to content

Commit

Permalink
fix react peerDependency verion
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Delany committed Nov 15, 2017
1 parent 0a6414a commit 750094a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
"react-addons-shallow-compare": "^15.6.0"
},
"peerDependencies": {
"react": ">=0.14.0, <0.16.0",
"react-dom": ">=0.14.0, <0.16.0"
"react": ">=0.14.0, <16.0.0",
"react-dom": ">=0.14.0, <16.0.0"
},
"devDependencies": {
"babel-cli": "^6.6.0",
Expand Down

0 comments on commit 750094a

Please sign in to comment.