Skip to content

Commit

Permalink
chore(package): Update eslint to 4.18.1
Browse files Browse the repository at this point in the history
Update `eslint` to 4.18.1 to satisfy new peer dependencies.
  • Loading branch information
scriptdaemon committed Feb 21, 2018
1 parent 1caf689 commit ccc3ea3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@
"eslint-plugin-vue": "^4.0.1"
},
"devDependencies": {
"eslint": "^4.12.1",
"eslint": "^4.18.1",
"jest": "^22.0.3"
},
"peerDependencies": {
"eslint": "^4.12.1"
"eslint": "^4.18.1"
},
"engines": {
"node": ">=6.9.0",
Expand Down

0 comments on commit ccc3ea3

Please sign in to comment.