Drop support for Node.js 4.x

This commit is contained in:
Miroslav Bajtoš 2018-06-08 09:33:55 +02:00
parent 85aa3fd679
commit ec46c457d3
No known key found for this signature in database
GPG Key ID: 6F2304BA9361C7E3
2 changed files with 1 additions and 2 deletions

View File

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

View File

@ -34,7 +34,7 @@
"test": "nyc grunt mocha-and-karma"
},
"engines": {
"node": ">=4.0.0"
"node": ">=6"
},
"dependencies": {
"async": "^2.0.1",