Skip to content

Commit

Permalink
Pin eslint-plugin-react to <6.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cjwatson committed Mar 20, 2017
1 parent 3af1f4b commit aaab3bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -98,7 +98,7 @@
"enzyme": "^2.5.1",
"eslint": "^3.8.1",
"eslint-plugin-mocha": "^4.8.0",
"eslint-plugin-react": "^6.4.1",
"eslint-plugin-react": "^6.4.1 <6.10.1",
"expect": "^1.20.2",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.9.0",
Expand Down

1 comment on commit aaab3bf

@yannickcr
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

v6.10.3 is now published and should fix the issue. Sorry for the inconvenience.

Please sign in to comment.