Skip to content

Commit

Permalink
Peer dep: Allow eslint ^5.0.0 as well
Browse files Browse the repository at this point in the history
  • Loading branch information
papandreou committed Jun 23, 2018
1 parent 7869530 commit 3cf7fec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -37,7 +37,7 @@
"mocha": "^5.2.0"
},
"peerDependencies": {
"eslint": "^3.0.0 || ^4.0.0"
"eslint": "^3.0.0 || ^4.0.0 || ^5.0.0"
},
"engines": {
"node": ">=4"
Expand Down

0 comments on commit 3cf7fec

Please sign in to comment.