Skip to content

Commit

Permalink
Update peerDependencies
Browse files Browse the repository at this point in the history
To support the latest react beta.
  • Loading branch information
Yan Takushevich committed Sep 3, 2015
1 parent 0d5e76a commit 9bd8f68
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 @@ -44,7 +44,7 @@
"element-class": "^0.2.0"
},
"peerDependencies": {
"react": ">=0.13.3"
"react": ">=0.13.3 || ^0.14.0-beta3"
},
"tags": [
"react",
Expand All @@ -60,4 +60,4 @@
"browserify-shim": {
"react": "global:React"
}
}
}

0 comments on commit 9bd8f68

Please sign in to comment.