Drop support for Node 4.x

Node 4.x is no longer maintained by Node.js project.
This commit is contained in:
Miroslav Bajtoš 2018-06-12 16:30:15 +02:00
parent 97d2aea868
commit 5231b0cb27
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,5 +1,4 @@
sudo: false sudo: false
language: node_js language: node_js
node_js: node_js:
- "4"
- "6" - "6"

View File

@ -3,7 +3,7 @@
"version": "4.4.0", "version": "4.4.0",
"description": "Building blocks for LoopBack connectors", "description": "Building blocks for LoopBack connectors",
"engines": { "engines": {
"node": ">=4" "node": ">=6"
}, },
"keywords": [ "keywords": [
"StrongLoop", "StrongLoop",