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

Commit b5727af

Browse files
committed
Merge pull request #11 from pbomb/patch-1
Allow React 0.13.1 and 0.13.2 as peer dependencies
2 parents 59bbbaa + c15957e commit b5727af

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)