Fixed package.json
Ylian Saint-Hilaire committed
Mar 11, 2020 at 01:31 UTC
a1d18692f2c3ded121a90a05fa7f246b0b4c54f1
2 files changed
+2
-8
meshcentral.js
+1
-1
@@ -2424,7 +2424,7 @@ function mainStart() {
2424
InstallModules(modules, function () { meshserver = CreateMeshCentralServer(config, args); meshserver.Start(); });
2425
2426
// On exit, also terminate the child process if applicable
2427
- process.on("exit", function () { if (childProcess) { childProcess.kill(); childProcess = null; } });
2427
+ process.on('exit', function () { if (childProcess) { childProcess.kill(); childProcess = null; } });
2428
2429
// If our parent exits, we also exit
2430
if (args.launch) {
package.json
+1
-7
@@ -29,7 +29,6 @@
29
],
30
"dependencies": {
31
"archiver": "^3.0.0",
32
- "archiver-zip-encrypted": "^1.0.8",
32
"body-parser": "^1.19.0",
33
"cbor": "^4.1.5",
34
"compression": "^1.7.4",
@@ -38,20 +37,15 @@
37
"express": "^4.17.0",
38
"express-handlebars": "^3.1.0",
39
"express-ws": "^4.0.0",
41
- "html-minifier": "^4.0.0",
40
"ipcheck": "^0.1.0",
41
"jsdom": "^16.2.1",
44
- "minify-js": "0.0.4",
42
"minimist": "^1.2.0",
43
"multiparty": "^4.2.1",
44
"nedb": "^1.8.0",
45
"node-forge": "^0.8.4",
49
- "node-windows": "^1.0.0-beta.1",
50
- "otplib": "^10.0.0",
46
"ws": "^6.2.1",
47
"xmldom": "^0.1.27",
53
- "yauzl": "^2.10.0",
54
- "yubikeyotp": "^0.2.0"
48
+ "yauzl": "^2.10.0"
49
},
50
"devDependencies": {},
51
"repository": {