1
0
mirror of https://github.com/TheGreyDiamond/Enlight.git synced 2025-07-19 05:03:49 +02:00

smol change

This commit is contained in:
TheGreyDiamond
2020-11-29 00:42:21 +01:00
parent c7e4532009
commit 593664c0f8
2 changed files with 6 additions and 6 deletions

8
package-lock.json generated
View File

@ -1,5 +1,5 @@
{ {
"name": "enlightener", "name": "enlight",
"version": "1.0.0", "version": "1.0.0",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
@ -1184,9 +1184,9 @@
} }
}, },
"systeminformation": { "systeminformation": {
"version": "4.30.1", "version": "4.30.6",
"resolved": "https://registry.npmjs.org/systeminformation/-/systeminformation-4.30.1.tgz", "resolved": "https://registry.npmjs.org/systeminformation/-/systeminformation-4.30.6.tgz",
"integrity": "sha512-FrZISqs8G/oZfnzodPU/zCk41JIfa0os2WY6CJKuk9FwIVc9UWMJfRlgP307AkFu8IRjuVI/HiCNiP4dAnURTA==" "integrity": "sha512-NV7zo9NU7fWSuiCORZmMLe90cFrrTS6jfalrQ0/5B7JGQ2ei15c2gmfICBwWdmviyv/FXAFVReySxOtDDkppqw=="
}, },
"to-readable-stream": { "to-readable-stream": {
"version": "1.0.0", "version": "1.0.0",

View File

@ -1,5 +1,5 @@
{ {
"name": "enlightener", "name": "enlight",
"version": "1.0.0", "version": "1.0.0",
"description": "Smart open source lighting control", "description": "Smart open source lighting control",
"main": "index.js", "main": "index.js",
@ -26,7 +26,7 @@
"electron": "^11.0.2", "electron": "^11.0.2",
"express": "^4.17.1", "express": "^4.17.1",
"nanoid": "^3.1.18", "nanoid": "^3.1.18",
"systeminformation": "^4.30.2", "systeminformation": "^4.30.5",
"yarn": "^1.22.10" "yarn": "^1.22.10"
} }
} }