Skip to content

Commit

Permalink
Upgrade peer deps
Browse files Browse the repository at this point in the history
These should always match the versions listed in devDependencies
  • Loading branch information
feross committed Aug 28, 2018
1 parent d0685e0 commit e87b796
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -49,9 +49,9 @@
"main": "index.js",
"peerDependencies": {
"eslint": ">=5.0.0",
"eslint-plugin-node": ">=5.2.1",
"eslint-plugin-promise": ">=3.6.0",
"eslint-plugin-import": ">=2.13.0",
"eslint-plugin-node": ">=7.0.0",
"eslint-plugin-promise": ">=4.0.0",
"eslint-plugin-standard": ">=4.0.0"
},
"repository": {
Expand Down

0 comments on commit e87b796

Please sign in to comment.