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 sudo: false
language: node_js language: node_js
node_js: node_js:
- "4"
- "6" - "6"
- "8" - "8"
- "10" - "10"

View File

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