mirror of
https://github.com/locomotivemtl/locomotive-boilerplate.git
synced 2026-01-15 00:55:08 +08:00
Bump NPM requirement to 8+
To take advantage of NPM dependency overrides.
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
"type": "module",
|
||||
"engines": {
|
||||
"node": ">=14.17",
|
||||
"npm": ">=6.0"
|
||||
"npm": ">=8.0"
|
||||
},
|
||||
"scripts": {
|
||||
"start": "node --experimental-json-modules --no-warnings build/watch.js",
|
||||
|
||||
Reference in New Issue
Block a user