1
0
mirror of https://github.com/TheGreyDiamond/Enlight.git synced 2025-07-17 20:33:48 +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",
"lockfileVersion": 1,
"requires": true,
@ -1184,9 +1184,9 @@
}
},
"systeminformation": {
"version": "4.30.1",
"resolved": "https://registry.npmjs.org/systeminformation/-/systeminformation-4.30.1.tgz",
"integrity": "sha512-FrZISqs8G/oZfnzodPU/zCk41JIfa0os2WY6CJKuk9FwIVc9UWMJfRlgP307AkFu8IRjuVI/HiCNiP4dAnURTA=="
"version": "4.30.6",
"resolved": "https://registry.npmjs.org/systeminformation/-/systeminformation-4.30.6.tgz",
"integrity": "sha512-NV7zo9NU7fWSuiCORZmMLe90cFrrTS6jfalrQ0/5B7JGQ2ei15c2gmfICBwWdmviyv/FXAFVReySxOtDDkppqw=="
},
"to-readable-stream": {
"version": "1.0.0",

View File

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