Skip to content

Commit

Permalink
update minimum version of node to 8.10 for eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
scub45t3v3 committed Aug 11, 2019
1 parent de7c801 commit 1c23997
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: node_js
node_js:
- "8.0"
- "8.10"
- "9.0"
- "10.0"
- "11.0"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"posttest": "mocha --reporter=markdown > TEST.md"
},
"engines": {
"node": ">= 8"
"node": ">= 8.10.0"
},
"devDependencies": {
"coveralls": "^3.0.6",
Expand Down

0 comments on commit 1c23997

Please sign in to comment.