From 98a0eff5032ef5b94ca918e8cef814f4a058fdd5 Mon Sep 17 00:00:00 2001 From: mmcwilliams Date: Sat, 22 Jun 2019 12:07:07 -0400 Subject: [PATCH] Uninstall systeminformation, which was the original module being used to determine monitor stats. Now use the internal electron.screen module, which I was using originally? Yikes. --- app/package-lock.json | 5 ----- app/package.json | 3 +-- 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/app/package-lock.json b/app/package-lock.json index da53b3f..7c0cdfa 100644 --- a/app/package-lock.json +++ b/app/package-lock.json @@ -7250,11 +7250,6 @@ "system": { "version": "file:lib/system" }, - "systeminformation": { - "version": "4.10.0", - "resolved": "https://registry.npmjs.org/systeminformation/-/systeminformation-4.10.0.tgz", - "integrity": "sha512-TkxJNSPANYob0rnwuI/JLBqVqdy5UivvdnpMGyjS2V10B+60wsvk90xyCrNE5sGA5Wse6EjnlEmBM7HtV25kTw==" - }, "tar": { "version": "4.4.10", "resolved": "https://registry.npmjs.org/tar/-/tar-4.4.10.tgz", diff --git a/app/package.json b/app/package.json index 41806a3..9aafc0e 100644 --- a/app/package.json +++ b/app/package.json @@ -49,13 +49,13 @@ "cmd": "file:lib/cmd", "delay": "file:lib/delay", "devices": "file:lib/devices", - "filmout": "file:lib/filmout", "display": "file:lib/display", "electron-updater": "^4.0.6", "exec": "file:lib/exec", "exit": "file:lib/exit", "ffmpeg": "file:lib/ffmpeg", "ffprobe": "file:lib/ffprobe", + "filmout": "file:lib/filmout", "fs-extra": "^8.0.1", "humanize-duration": "^3.18.0", "intval": "file:lib/intval", @@ -72,7 +72,6 @@ "settings": "file:lib/settings", "spawn": "file:lib/spawn", "system": "file:lib/system", - "systeminformation": "^4.10.0", "uuid": "^3.3.2", "winston": "^3.2.1" },