Fix minimum npm version

This commit is contained in:
Bill Thornton 2023-09-30 01:49:15 -04:00
parent 6f1b1dfd84
commit 8137290308
2 changed files with 2 additions and 2 deletions

2
package-lock.json generated
View file

@ -126,7 +126,7 @@
},
"engines": {
"node": ">=20.0.0",
"npm": ">=10.0.0",
"npm": ">=9.6.4",
"yarn": "YARN NO LONGER USED - use npm instead."
}
},

View file

@ -151,7 +151,7 @@
},
"engines": {
"node": ">=20.0.0",
"npm": ">=10.0.0",
"npm": ">=9.6.4",
"yarn": "YARN NO LONGER USED - use npm instead."
}
}