From 8ddd939c54d5a6ecec40867c79dc3e264c5c794f Mon Sep 17 00:00:00 2001 From: Ahmet Cetin Date: Thu, 27 Dec 2018 12:34:51 +0100 Subject: [PATCH] Node version ^10.14 added to engines list --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6e0f40a..62b2a74 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ $ npm install --save loopback-context cls-hooked ``` Make sure you are running on a Node.js version supported by this module -(`^4.5`, `^5.10`, `^6.0`, `^7.0` or `^8.2.1`). When installing, check the output of `npm install` +(`^4.5`, `^5.10`, `^6.0`, `^7.0`, `^8.2.1` or `^10.14`). When installing, check the output of `npm install` and make sure there are no `engine` related warnings. ## Usage diff --git a/package.json b/package.json index 2f19ae8..675a47b 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "version": "3.3.0", "description": "Current context for LoopBack applications, based on cls-hooked", "engines": { - "node": "^6.0 || ^8.2.1" + "node": "^6.0 || ^8.2.1 || ^10.14" }, "keywords": [ "StrongLoop",