Skip to content

Commit

Permalink
fix: upgrade eslint peer dep to actually required minimum (#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
brokentone authored and gajus committed Aug 21, 2018
1 parent c25b2e5 commit c315d55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -38,7 +38,7 @@
"main": "./dist/index.js",
"name": "eslint-plugin-jsdoc",
"peerDependencies": {
"eslint": ">=0.8.0"
"eslint": ">=4.14.0"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit c315d55

Please sign in to comment.