Skip to content

Commit

Permalink
chore: update node requirement & eslint (eslint-v2.0.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
erisu committed Nov 11, 2019
1 parent 5edece3 commit 19ebda1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"author": "Apache Software Foundation",
"license": "Apache-2.0",
"dependencies": {
"eslint": "^6.5.1",
"eslint": "^6.6.0",
"eslint-config-semistandard": "^15.0.0",
"eslint-config-standard": "^13.0.1",
"eslint-plugin-import": "^2.18.2",
Expand All @@ -27,7 +27,7 @@
"eslint-plugin-standard": "^4.0.1"
},
"engines": {
"node": ">= 6"
"node": ">= 10.13.0"
},
"devDependencies": {
"jasmine": "^3.5.0",
Expand Down

0 comments on commit 19ebda1

Please sign in to comment.