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.
This commit is contained in:
Tom Byers
2021-09-15 16:24:01 +01:00
parent aeaa96124c
commit c61698753f

View File

@@ -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",