1
0
Fork 0
mirror of https://github.com/Ylianst/MeshCentral.git synced 2025-02-12 11:01:52 +00:00

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"