From c61698753f23f58ab893e5a13d4428ad8471fe06 Mon Sep 17 00:00:00 2001 From: Tom Byers Date: Wed, 15 Sep 2021 16:24:01 +0100 Subject: [PATCH] Remove version restrictions for NPM We do need NPM to be run above those versions but I'd rather enforce that here after I'm sure this app will run on images that have a valid version. --- package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index c1efc35c1..726b41cfd 100644 --- a/package.json +++ b/package.json @@ -3,8 +3,7 @@ "version": "0.0.1", "description": "Admin front end for GOV.UK Notify", "engines": { - "node": ">=10.15.3", - "npm": "6.14.15 || >= 7.21.0" + "node": ">=10.15.3" }, "scripts": { "test": "gulp lint && jest --config tests/javascripts/jest.config.js tests/javascripts",