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
|
sudo: false
|
||||||
language: node_js
|
language: node_js
|
||||||
node_js:
|
node_js:
|
||||||
- "6"
|
|
||||||
- "8"
|
- "8"
|
||||||
- "10"
|
- "10"
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
"version": "3.4.0",
|
"version": "3.4.0",
|
||||||
"description": "Current context for LoopBack applications, based on cls-hooked",
|
"description": "Current context for LoopBack applications, based on cls-hooked",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": "^6.0 || ^8.2.1 || ^10.14"
|
"node": "^8.2.1 || ^10.14"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"StrongLoop",
|
"StrongLoop",
|
||||||
|
|
Loading…
Reference in New Issue