From: Jérôme Benoit Date: Wed, 10 Feb 2021 18:54:42 +0000 (+0100) Subject: Specify the npm version supported. X-Git-Tag: v1.0.1-0~104^2~13 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=f6c5fd7ebf24f636c771a0d8065e9013c26cd342;p=e-mobility-charging-stations-simulator.git Specify the npm version supported. Signed-off-by: Jérôme Benoit --- diff --git a/package.json b/package.json index 8586e45d..82bca89d 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,8 @@ "name": "ev-simulator", "version": "1.0.0", "engines": { - "node": "14.x.x" + "node": "14.x.x", + "npm": "6.x.x" }, "repository": { "type": "git",