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

Commit c15957e

Browse files
committed
Allow React 0.13.1 and 0.13.2 as peer dependencies
this library should work fine with React 0.13.1 and 0.13.2. Our team is still using 0.13.1 and accepting this change would help us out.
1 parent 59bbbaa commit c15957e

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.3 || ^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)