support node v10 - test on all LTS version

This commit is contained in:
Dane Springmeyer
2018-06-26 07:49:29 -07:00
parent 0a215bd6a5
commit a71a19ec40
4 changed files with 9 additions and 8 deletions
+3 -3
View File
@@ -30,8 +30,8 @@
"dependencies": {
"d3-queue": "~2.0.3",
"@mapbox/tiletype": "0.3.x",
"sqlite3": "3.x",
"@mapbox/sphericalmercator": "~1.0.1"
"sqlite3": "4.x",
"@mapbox/sphericalmercator": "~1.1.0"
},
"devDependencies": {
"tape": "~3.0.0",
@@ -39,7 +39,7 @@
"eslint-config-unstyled": "^1.1.0"
},
"engines": {
"node": ">= 0.10.0"
"node": ">= 4"
},
"scripts": {
"test": "eslint lib && tape test/*.js"