Skip to content

Commit

Permalink
support react 0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
0x80 committed Oct 8, 2015
1 parent b06352d commit d1dc1e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
@@ -1,7 +1,7 @@
{
"name": "react-responsive",
"description": "Media queries in react for responsive design",
"version": "0.0.8",
"version": "0.0.9",
"homepage": "http://github.com/wearefractal/react-responsive",
"repository": {
"type": "git",
Expand Down Expand Up @@ -29,7 +29,7 @@
"object-assign": "^2.0.0"
},
"peerDependencies": {
"react": "* || 0.14.0-rc1"
"react": "^0.12.0 || ^0.13.0 || ^0.14.0"
},
"devDependencies": {
"browserify": "^5.8.0",
Expand Down

0 comments on commit d1dc1e9

Please sign in to comment.