From 78eb8334318392c2668581ecdbecfd4e980cebfb Mon Sep 17 00:00:00 2001 From: Todd Kloots Date: Fri, 30 Oct 2015 09:37:26 -0700 Subject: [PATCH] [fixed] correctly accounting for aria-labelledby (resolves #99) --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index a033c66..6ec9450 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "karma-sourcemap-loader": "^0.3.2", "karma-webpack": "^1.7.0", "mocha": "^2.0.1", - "react": "^0.12 || ^0.13", + "react": "^0.12 || ^0.13 || ^0.14", "rf-release": "0.4.0", "webpack": "^1.4.13" }, @@ -50,4 +50,4 @@ "react", "a11y" ] -} \ No newline at end of file +}