Skip to content

Commit

Permalink
ESLint 5
Browse files Browse the repository at this point in the history
  • Loading branch information
feross committed Aug 28, 2018
1 parent e341ce3 commit b68608c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -11,7 +11,7 @@
"url": "https://github.com/standard/eslint-config-standard/issues"
},
"devDependencies": {
"eslint": "^5.0.0-alpha.2",
"eslint": "^5.0.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-node": "^7.0.0",
"eslint-plugin-promise": "^4.0.0",
Expand Down Expand Up @@ -48,7 +48,7 @@
"license": "MIT",
"main": "index.js",
"peerDependencies": {
"eslint": ">=5.0.0-alpha.2",
"eslint": ">=5.0.0",
"eslint-plugin-import": ">=2.8.0",
"eslint-plugin-node": ">=5.2.1",
"eslint-plugin-promise": ">=3.6.0",
Expand Down

0 comments on commit b68608c

Please sign in to comment.