Skip to content

Commit

Permalink
fix: correct eslint peer dependency range
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacob Wejendorp authored and wejendorp committed Oct 28, 2019
1 parent 95a20e9 commit a326378
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 @@ -9,7 +9,7 @@
"semantic-release": "semantic-release"
},
"peerDependencies": {
"eslint": "5.x.x"
"eslint": ">= 5"
},
"dependencies": {
"babel-eslint": "^10.0.3",
Expand Down

0 comments on commit a326378

Please sign in to comment.