drop support for node 6

This commit is contained in:
Nora 2019-07-25 15:39:33 -04:00
parent 61f031aeb9
commit e5e4ba93ef
2 changed files with 1 additions and 2 deletions

View File

@ -1,6 +1,5 @@
sudo: false sudo: false
language: node_js language: node_js
node_js: node_js:
- "6"
- "8" - "8"
- "10" - "10"

View File

@ -15,7 +15,7 @@
"lint": "eslint ." "lint": "eslint ."
}, },
"engines": { "engines": {
"node": ">=6" "node": ">=8"
}, },
"repository": { "repository": {
"type": "git", "type": "git",