Skip to content

Commit

Permalink
Fix the ESLint peer dependency semver specifier
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Jun 13, 2020
1 parent 404e742 commit 42e9445
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"xo": "^0.24.0"
},
"peerDependencies": {
"eslint": "^6.2.0"
"eslint": ">=6.2.0"
},
"ava": {
"files": [
Expand Down

0 comments on commit 42e9445

Please sign in to comment.