From f6c5fd7ebf24f636c771a0d8065e9013c26cd342 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Wed, 10 Feb 2021 19:54:42 +0100 Subject: [PATCH] Specify the npm version supported. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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", -- 2.34.1