Skip to content

Commit

Permalink
Chore: Relax peerDependencies (#30)
Browse files Browse the repository at this point in the history
Works fine with ESLint 4
  • Loading branch information
sapegin authored and not-an-aardvark committed Jun 14, 2017
1 parent 8fbfe73 commit a19b8af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -30,7 +30,7 @@
"jest-docblock": "^20.0.1"
},
"peerDependencies": {
"eslint": "^3.14.1",
"eslint": ">=3.14.1",
"prettier": ">= 0.11.0"
},
"devDependencies": {
Expand Down

0 comments on commit a19b8af

Please sign in to comment.