Merge pull request #31 from xnf/master

Add Node.js 7 to package.json
This commit is contained in:
Miroslav Bajtoš 2017-07-10 15:56:12 +02:00 committed by GitHub
commit 4d4920c491
2 changed files with 2 additions and 1 deletions

View File

@ -3,3 +3,4 @@ language: node_js
node_js:
- "4"
- "6"
- "7"

View File

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