Skip to content

Commit

Permalink
Add ESLint 4.0.0 to peerDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
yannickcr committed Jun 11, 2017
1 parent 7cc380a commit e7836b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -35,7 +35,7 @@
"mocha": "^3.3.0"
},
"peerDependencies": {
"eslint": "^3.0.0"
"eslint": "^3.0.0 || ^4.0.0"
},
"engines": {
"node": ">=4"
Expand Down

1 comment on commit e7836b5

@ljharb
Copy link
Member

@ljharb ljharb commented on e7836b5 Jun 13, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This will resolve #1251

Please sign in to comment.