From a6b86453d55fc14743c75ae94ab9982c2cade456 Mon Sep 17 00:00:00 2001 From: Jack Chu Date: Sat, 9 Apr 2016 12:13:02 -0400 Subject: [PATCH] Add react 15.0 support --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index c701bc4..c019dff 100644 --- a/package.json +++ b/package.json @@ -17,8 +17,8 @@ "author": "Brigade Engineering", "license": "MIT", "peerDependencies": { - "react": "^0.14.0", - "react-dom": "^0.14.0" + "react": "^0.14.0 || ^15.0.0", + "react-dom": "^0.14.0 || ^15.0.0" }, "devDependencies": { "babel": "^6.0.0", @@ -38,8 +38,8 @@ "karma-firefox-launcher": "^0.1.6", "karma-jasmine": "^0.3.6", "karma-webpack": "^1.7.0", - "react": "^0.14.0", - "react-dom": "^0.14.0", + "react": "^15.0.0", + "react-dom": "^15.0.0", "webpack": "^1.5.3" }, "keywords": [