Skip to content

Commit

Permalink
fix: include eslint@7 in peer dependency range
Browse files Browse the repository at this point in the history
Fixes #193
  • Loading branch information
nickmccurdy committed Jul 6, 2020
1 parent f9f499b commit 05fda3d
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 @@ -47,7 +47,7 @@
"@typescript-eslint/eslint-plugin": "^2.26.0",
"@typescript-eslint/parser": "^2.26.0",
"cpy-cli": "^3.1.0",
"eslint": "^5 || ^6",
"eslint": ">=5",
"eslint-config-prettier": "^6.1.0",
"eslint-config-standard": "^14.1.0",
"eslint-plugin-import": "^2.18.2",
Expand All @@ -67,7 +67,7 @@
"typescript": "^3.8.3"
},
"peerDependencies": {
"eslint": "^5 || ^6"
"eslint": ">=5"
},
"engines": {
"node": "^10.12.0 || >=12.0.0",
Expand Down

0 comments on commit 05fda3d

Please sign in to comment.