Drop support for Node 4.x
Node 4.x is no longer maintained by Node.js project.
This commit is contained in:
parent
97d2aea868
commit
5231b0cb27
|
@ -1,5 +1,4 @@
|
||||||
sudo: false
|
sudo: false
|
||||||
language: node_js
|
language: node_js
|
||||||
node_js:
|
node_js:
|
||||||
- "4"
|
|
||||||
- "6"
|
- "6"
|
||||||
|
|
|
@ -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",
|
||||||
|
|
Loading…
Reference in New Issue