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.

This commit is contained in:
mmcwilliams 2019-06-22 12:07:07 -04:00
parent 6cda9aed1d
commit 98a0eff503
2 changed files with 1 additions and 7 deletions

5
app/package-lock.json generated
View File

@ -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",

View File

@ -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"
},