Added NodeJS 10.x requirement in package.json.

This commit is contained in:
Ylian Saint-Hilaire 2021-11-10 10:58:57 -08:00
parent e7f51c7658
commit d001699c8c
2 changed files with 4 additions and 0 deletions

1
.npmrc Normal file
View File

@ -0,0 +1 @@
engine-strict=true

View File

@ -51,6 +51,9 @@
"ws": "^5.2.3",
"yauzl": "^2.10.0"
},
"engines": {
"node": ">=10.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/Ylianst/MeshCentral.git"