Skip to content

Commit

Permalink
fix: Allow eslint 4.x via peerDep
Browse files Browse the repository at this point in the history
  • Loading branch information
joshwiens committed Jun 12, 2017
1 parent b5a9e74 commit 74b078b
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 @@ -21,7 +21,7 @@
"standard-version": "^4.0.0"
},
"peerDependencies": {
"eslint": "^3.13.0"
"eslint": "^3.13.0 || ^4.0.0"
},
"engines": {
"node": ">= 4"
Expand Down

0 comments on commit 74b078b

Please sign in to comment.