Merge pull request #3908 from strongloop/drop-node-4x

Drop support for Node.js 4.x
This commit is contained in:
Miroslav Bajtoš 2018-06-11 15:54:15 +02:00 committed by GitHub
commit 58090b4b80
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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",