Make node.js 6 the minimum supported version.

This commit is contained in:
Johann-S 2017-11-20 14:35:17 +02:00 коммит произвёл XhmikosR
Родитель 814764a4bd
Коммит 69b60976e8
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -4,7 +4,7 @@ language: node_js
git:
depth: 10
node_js:
- "4"
- "6"
- "8"
before_install:
- if [[ `npm -v` != 5* ]]; then npm install -g npm@5; fi

Просмотреть файл

@ -78,7 +78,7 @@
"./src/location.js": false
},
"engines": {
"node": ">=4"
"node": ">=6"
},
"files": [
"bin",