Skip to content

Commit

Permalink
Pin eslint a11y plugin until move to eslint 3 (#369)
Browse files Browse the repository at this point in the history
They added a peer dependency to eslint 3 after that which breaks
installs for NPM 2 users.

Fixes #365
  • Loading branch information
KyleAMathews committed Jul 30, 2016
1 parent e75d0a5 commit 96a25da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -97,7 +97,7 @@
"eslint-plugin-flow-vars": "^0.5.0",
"eslint-plugin-flowtype": "^2.4.0",
"eslint-plugin-import": "^1.12.0",
"eslint-plugin-jsx-a11y": "^1.5.5",
"eslint-plugin-jsx-a11y": "1.5.3",
"eslint-plugin-react": "^5.2.2",
"flow-bin": "^0.30.0",
"iflow-debug": "^1.0.15",
Expand Down

0 comments on commit 96a25da

Please sign in to comment.