mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-05-06 08:58:44 -04:00
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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user