Skip to content

Commit 9bd8f68

Browse files
author
Yan Takushevich
committedSep 3, 2015
Update peerDependencies
To support the latest react beta.
1 parent 0d5e76a commit 9bd8f68

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

Diff for: ‎package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"element-class": "^0.2.0"
4545
},
4646
"peerDependencies": {
47-
"react": ">=0.13.3"
47+
"react": ">=0.13.3 || ^0.14.0-beta3"
4848
},
4949
"tags": [
5050
"react",
@@ -60,4 +60,4 @@
6060
"browserify-shim": {
6161
"react": "global:React"
6262
}
63-
}
63+
}

0 commit comments

Comments
 (0)
Please sign in to comment.