Skip to content

Commit

Permalink
Update to babel-eslint 7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
randycoulman committed Sep 30, 2016
1 parent e2de7b2 commit c72e1cd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"style linter"
],
"devDependencies": {
"babel-eslint": "^6.1.0",
"babel-eslint": "^7.0.0",
"eslint": "^3.7.0",
"eslint-find-rules": "^1.14.0",
"eslint-plugin-import": "^1.15.0",
Expand All @@ -46,8 +46,8 @@
"npm-run-all": "^3.1.0"
},
"peerDependencies": {
"babel-eslint": "^6.1.0",
"eslint": "^3.5.0",
"babel-eslint": "^7.0.0",
"eslint": "^3.7.0",
"eslint-plugin-import": "^1.15.0"
}
}

0 comments on commit c72e1cd

Please sign in to comment.