1
0
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:
Chauncey McAskill
2023-01-04 11:01:14 -05:00
parent 590e06fc03
commit e7e343e62c
3 changed files with 3 additions and 3 deletions

View File

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