Skip to content
This repository was archived by the owner on May 14, 2020. It is now read-only.

Commit bf9ed5e

Browse files
committed
Allow react 0.14
1 parent b5727af commit bf9ed5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"rimraf": "^2.3.4"
4545
},
4646
"peerDependencies": {
47-
"react": ">=0.13.1 || ^0.14.0-beta3"
47+
"react": ">=0.13.1 || >=0.14.0-beta3"
4848
},
4949
"dependencies": {
5050
"babel-runtime": "^5.8.20",

0 commit comments

Comments
 (0)