Skip to content

Commit 463cfce

Browse files
committed
Tweak peerDeps
1 parent 35a0f86 commit 463cfce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"invariant": "^2.0.0"
5858
},
5959
"peerDependencies": {
60-
"redux": ">=1.0.0-alpha",
61-
"react": "^0.13.0"
60+
"redux": "^1.0.0 || 1.0.0-alpha || 1.0.0-rc",
61+
"react": "^0.13.0 || 0.14.0-beta1"
6262
}
6363
}

0 commit comments

Comments
 (0)