Add node version and npm config

This commit is contained in:
Bill Thornton 2023-09-08 09:39:20 -04:00
parent 372660feff
commit d8766b7071
2 changed files with 5 additions and 0 deletions

4
.npmrc Normal file
View File

@ -0,0 +1,4 @@
engine-strict=true
fund=false
lockfile-version=1
save-exact=true

View File

@ -105,6 +105,7 @@
},
"private": true,
"engines": {
"node": "16.x",
"yarn": "YARN NO LONGER USED - use npm instead."
}
}