Skip to content

Commit

Permalink
[Core] Temporarily revert eslint version to ~2.2.0 to avoid new regre…
Browse files Browse the repository at this point in the history
…ssion with dependencies
  • Loading branch information
nathanmarks authored and Cuong Le committed Mar 22, 2016
1 parent 13a8845 commit 35f99d7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"babel-eslint": "^5.0.0",
"css-loader": "^0.23.0",
"doctrine": "^1.1.0",
"eslint": "^2.2.0",
"eslint": "~2.2.0",
"eslint-plugin-react": "^4.0.0",
"highlight.js": "^9.0.0",
"history": "^2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/webpack-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"babel-runtime": "^6.3.19",
"eslint": "^2.2.0",
"eslint": "~2.2.0",
"eslint-loader": "^1.1.1",
"eslint-plugin-react": "^4.0.0",
"html-webpack-plugin": "^2.7.2",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
"chai": "^3.2.0",
"codecov": "^1.0.1",
"enzyme": "^2.0.0",
"eslint": "^2.2.0",
"eslint": "~2.2.0",
"eslint-loader": "^1.1.1",
"eslint-plugin-react": "^4.0.0",
"glob": "^7.0.0",
Expand Down

0 comments on commit 35f99d7

Please sign in to comment.