From 0f0991b06c149455e0487d9a1095db8c27462915 Mon Sep 17 00:00:00 2001 From: Kyle Mathews Date: Sat, 30 Jul 2016 10:36:36 -0700 Subject: [PATCH] Pin version of eslint-plugin-jsx-a11y so doesn't break NPM2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 297d41f..4bd739e 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "eslint": "^2.11.1", "eslint-config-airbnb": "^9.0.1", "eslint-plugin-import": "^1.12.0", - "eslint-plugin-jsx-a11y": "^2.0.1", + "eslint-plugin-jsx-a11y": "1.5.3", "eslint-plugin-react": "^5.2.2", "gh-pages": "^0.11.0", "image-webpack-loader": "^2.0.0",