Skip to content

Commit

Permalink
Merge pull request #657 from jokeyrhyme/bump-deps-eslint-3
Browse files Browse the repository at this point in the history
[Deps] upgrade `eslint` to v3
  • Loading branch information
ljharb authored Jul 5, 2016
2 parents 0497750 + 23869df commit c1c8872
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,18 @@
"jsx-ast-utils": "^1.2.1"
},
"devDependencies": {
"babel-eslint": "6.0.5",
"babel-eslint": "^6.0.5",
"coveralls": "2.11.9",
"eslint": "2.13.1",
"eslint": "^3.0.0",
"istanbul": "0.4.4",
"mocha": "2.5.3"
},
"peerDependencies": {
"eslint": "^2.13.1 || ^3.0.0"
},
"engines": {
"node": ">=0.10"
},
"keywords": [
"eslint",
"eslint-plugin",
Expand Down

0 comments on commit c1c8872

Please sign in to comment.