From 2ca3bb09c9fea1ff8d16c1af0692d63b7634c2bd Mon Sep 17 00:00:00 2001 From: Daniel Flores Date: Tue, 17 May 2016 12:01:28 -0500 Subject: [PATCH] To avoid peerDependencies problems with npm 1 or 2 and react ^x.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7c8793e..b40653c 100644 --- a/package.json +++ b/package.json @@ -23,6 +23,6 @@ }, "homepage": "https://github.com/captivationsoftware/react-global", "peerDependencies": { - "react": "0.x" + "react": "0.x || ^x.0.0" } }