From 14d7f698c8cb4416252fb1dbcdba330318efad9d Mon Sep 17 00:00:00 2001 From: Ross Harrison Date: Tue, 29 Nov 2016 12:17:46 -0500 Subject: [PATCH] allow ^0.14.7, tests pass prioritize 15.x pull feedback --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index ad38ce6..dfd2169 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "test": "npm run lint && karma start" }, "peerDependencies": { - "react": "15.x" + "react": "15.x || ^0.14.7 " }, "devDependencies": { "babel-cli": "^6.11.4", @@ -42,8 +42,8 @@ "karma-webpack": "^1.7.0", "mocha": "^3.0.0", "pretty-bytes": "^4.0.2", - "react": "^15.4.1", - "react-dom": "^15.3.0", + "react": "^15.4.1 || ^0.14.7", + "react-dom": "^15.3.0 || ^0.14.7", "readline-sync": "^1.4.4", "webpack": "^1.13.1" },