Skip to content

Commit

Permalink
Merge pull request #321 from mikecousins/master
Browse files Browse the repository at this point in the history
React 16 support
  • Loading branch information
wwayne authored Oct 16, 2017
2 parents 1daef49 + 2f510aa commit a058169
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 @@ -39,8 +39,8 @@
"react-dom": "global:ReactDOM"
},
"peerDependencies": {
"react": "^0.14.0 || ^15.0.0",
"react-dom": "^0.14.0 || ^15.0.0"
"react": ">=0.14",
"react-dom": ">=0.14"
},
"dependencies": {
"classnames": "^2.2.0",
Expand Down

0 comments on commit a058169

Please sign in to comment.