Skip to content

Commit 96a25da

Browse files
authored
Pin eslint a11y plugin until move to eslint 3 (#369)
They added a peer dependency to eslint 3 after that which breaks installs for NPM 2 users. Fixes #365
1 parent e75d0a5 commit 96a25da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797
"eslint-plugin-flow-vars": "^0.5.0",
9898
"eslint-plugin-flowtype": "^2.4.0",
9999
"eslint-plugin-import": "^1.12.0",
100-
"eslint-plugin-jsx-a11y": "^1.5.5",
100+
"eslint-plugin-jsx-a11y": "1.5.3",
101101
"eslint-plugin-react": "^5.2.2",
102102
"flow-bin": "^0.30.0",
103103
"iflow-debug": "^1.0.15",

0 commit comments

Comments
 (0)