Added NodeJS 10.x requirement in package.json.
Ylian Saint-Hilaire committed
Nov 10, 2021 at 10:58 UTC
d001699c8ca85277b49588a987fcac16fc1ddba6
2 files changed
+4
.npmrc
new
+1
@@ -0,0 +1 @@
1
+engine-strict=true
\ No newline at end of file
package.json
+3
@@ -51,6 +51,9 @@
51
"ws": "^5.2.3",
52
"yauzl": "^2.10.0"
53
},
54
+ "engines": {
55
+ "node": ">=10.0.0"
56
+ },
57
"repository": {
58
"type": "git",
59
"url": "https://github.com/Ylianst/MeshCentral.git"