Drop support for Node.js 4.x, 5.x and 7.x

These version are no longer supported by the Node.js project.
This commit is contained in:
Miroslav Bajtoš 2018-06-29 17:11:45 +02:00
parent d7b74e293e
commit fcaa7adc61
No known key found for this signature in database
GPG Key ID: 6F2304BA9361C7E3
2 changed files with 1 additions and 3 deletions

View File

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

View File

@ -3,7 +3,7 @@
"version": "3.3.0", "version": "3.3.0",
"description": "Current context for LoopBack applications, based on cls-hooked", "description": "Current context for LoopBack applications, based on cls-hooked",
"engines": { "engines": {
"node": "^4.5 || ^5.10 || ^6.0 || ^7.0 || ^8.2.1" "node": "^6.0 || ^8.2.1"
}, },
"keywords": [ "keywords": [
"StrongLoop", "StrongLoop",