From 9a11f86dc8038b30a13a3346402e0faf0517d774 Mon Sep 17 00:00:00 2001 From: Stephen Baldwin Date: Wed, 4 May 2016 15:18:04 -0400 Subject: [PATCH] Loosen dependencies on react --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ba0738bc..ecb3afdc 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ }, "homepage": "https://github.com/Rezonans/redux-async-connect", "peerDependencies": { - "react": "0.14.x", + "react": "^0.14.0 || ^15.0.0-0", "react-router": "2.x.x", "react-redux": "4.x.x" },