chore(ci): drop node 4 as a supported env (#478)

* chore(ci): drop node 4 as a supported env

* chore(pkg): update engine
This commit is contained in:
Vlad Filippov 2017-08-31 10:16:07 -04:00 коммит произвёл GitHub
Родитель 4c5c2babbe
Коммит 176c8285fc
2 изменённых файлов: 1 добавлений и 2 удалений

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

@ -1,7 +1,6 @@
language: node_js
node_js:
- '4'
- '6'
dist: trusty

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

@ -21,7 +21,7 @@
"url": "https://github.com/mozilla/fxa-oauth-server/issues"
},
"engines": {
"node": ">=4.5.0"
"node": ">=6"
},
"dependencies": {
"bluebird": "^2.9.14",