Merge pull request #49 from strongloop/drop-node6
Drop support for Node.js 6.x
This commit is contained in:
commit
91fa368457
|
@ -1,6 +1,5 @@
|
|||
sudo: false
|
||||
language: node_js
|
||||
node_js:
|
||||
- "6"
|
||||
- "8"
|
||||
- "10"
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
"version": "3.4.0",
|
||||
"description": "Current context for LoopBack applications, based on cls-hooked",
|
||||
"engines": {
|
||||
"node": "^6.0 || ^8.2.1 || ^10.14"
|
||||
"node": "^8.2.1 || ^10.14"
|
||||
},
|
||||
"keywords": [
|
||||
"StrongLoop",
|
||||
|
|
Loading…
Reference in New Issue