Skip to content

Commit

Permalink
Fix: invalid peerDependencies for ESLint 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mysticatea committed Jul 2, 2016
1 parent 413c23d commit fc86406
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -21,7 +21,7 @@
"node": ">=0.10"
},
"peerDependencies": {
"eslint": "^1.10.3 || ^2.0.0"
"eslint": ">=1.10.3"
},
"dependencies": {
"ignore": "^3.0.11",
Expand Down

0 comments on commit fc86406

Please sign in to comment.