Skip to content

Commit

Permalink
fix: peerDep range
Browse files Browse the repository at this point in the history
  • Loading branch information
joshwiens committed Jun 12, 2017
1 parent df2559c commit 3200392
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 @@ -17,11 +17,11 @@
"editorconfig-tools": "^0.1.1",
"eslint": "^3.13.0",
"eslint-find-rules": "^1.14.3",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-import": "^2.3.0",
"standard-version": "^4.0.0"
},
"peerDependencies": {
"eslint": "^3.13.0 || ^4.0.0"
"eslint": "^3.13.0 || >=4.0.0"
},
"engines": {
"node": ">= 4"
Expand Down

0 comments on commit 3200392

Please sign in to comment.