From 6d5fedb85e11ae06a5b31db3ab70e0d535c055b6 Mon Sep 17 00:00:00 2001 From: Edgars Zagorskis Date: Tue, 20 Jun 2017 12:18:10 +0300 Subject: [PATCH] Add Node.js 7 to package.json and .travis.yml Added Node.js 7 to package.json. This way yarn will not complain when Node.js 7 is used. Tests still pass and the code itself also works on Node.js 7. Configure Travis CI to run the build on Node.js 7 too, in order to verify correctness. --- .travis.yml | 1 + package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 1d0ad98..fa50165 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,3 +3,4 @@ language: node_js node_js: - "4" - "6" + - "7" \ No newline at end of file diff --git a/package.json b/package.json index 9447d20..cde51c1 100644 --- a/package.json +++ b/package.json @@ -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",