commit
4d4920c491
|
@ -3,3 +3,4 @@ language: node_js
|
||||||
node_js:
|
node_js:
|
||||||
- "4"
|
- "4"
|
||||||
- "6"
|
- "6"
|
||||||
|
- "7"
|
|
@ -3,7 +3,7 @@
|
||||||
"version": "3.1.0",
|
"version": "3.1.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"
|
"node": "^4.5 || ^5.10 || ^6.0 || ^7.0"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"StrongLoop",
|
"StrongLoop",
|
||||||
|
|
Loading…
Reference in New Issue