From 0ee0af9f3441d6ba81036b5414f5b3fe3140a426 Mon Sep 17 00:00:00 2001 From: Todd Kloots Date: Mon, 11 May 2015 16:43:42 -0700 Subject: [PATCH] Add support for React 0.13. Switch from 6to5 to Babel. --- package.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index dfb3d24..5937be2 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,9 @@ ], "license": "MIT", "devDependencies": { - "6to5": "2.13.3", + "babel": "^5.2.17", + "babel-core": "^5.2.17", + "babel-loader": "^5.0.0", "jsx-loader": "^0.12.2", "jsxhint": "^0.8.1", "karma": "^0.12.28", @@ -34,7 +36,7 @@ "webpack": "^1.4.13" }, "peerDependencies": { - "react": "0.12.x" + "react": "^0.12 || ^0.13" }, "tags": [ "accessibility",