Skip to content

Commit

Permalink
Lock down eslint-plugin-react dep until jsx-eslint/eslint-plugin-reac…
Browse files Browse the repository at this point in the history
…t#259 is fixed
  • Loading branch information
gaearon committed Oct 19, 2015
1 parent 57a6d3a commit 1a3da61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"babel-loader": "^5.1.4",
"eslint": "^1.2.1",
"eslint-config-airbnb": "0.0.8",
"eslint-plugin-react": "^3.2.3",
"eslint-plugin-react": "~3.5.1",
"expect": "^1.8.0",
"gitbook-cli": "^0.3.4",
"isparta": "^3.0.3",
Expand Down

0 comments on commit 1a3da61

Please sign in to comment.