From a2d8e459ed9fa6d45a63e4c5c7042f2d24202e90 Mon Sep 17 00:00:00 2001 From: Jyothi Babu Araja Date: Fri, 2 Nov 2018 10:03:48 +0530 Subject: [PATCH] release for bug fix in default Value Type --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index a3a30e5..bf096e3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-cohort-graph", - "version": "1.0.8", + "version": "1.0.9", "description": "Cohort Analysis Graph with ReactJS", "main": "lib/reactcohortgraph.js", "scripts": { @@ -31,8 +31,8 @@ }, "homepage": "https://github.com/apxor/react-cohort-graph#readme", "peerDependencies": { - "react": "^0.14 || ^15.0", - "react-dom": "^0.14 || ^15.0" + "react": ">=0.14", + "react-dom": ">=0.14" }, "devDependencies": { "babel-cli": "6.24.1",