mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-28 20:22:53 +00:00
clean up utils
This commit is contained in:
parent
189721ebba
commit
d22064c6f4
@ -4,9 +4,9 @@
|
|||||||
* By Rodrigo Ramírez Norambuena https://rodrigoramirez.com
|
* By Rodrigo Ramírez Norambuena https://rodrigoramirez.com
|
||||||
* MIT Licensed.
|
* MIT Licensed.
|
||||||
*/
|
*/
|
||||||
var colors = require("colors/safe");
|
const colors = require("colors/safe");
|
||||||
|
|
||||||
var Utils = {
|
module.exports = {
|
||||||
colors: {
|
colors: {
|
||||||
warn: colors.yellow,
|
warn: colors.yellow,
|
||||||
error: colors.red,
|
error: colors.red,
|
||||||
@ -14,7 +14,3 @@ var Utils = {
|
|||||||
pass: colors.green
|
pass: colors.green
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
if (typeof module !== "undefined") {
|
|
||||||
module.exports = Utils;
|
|
||||||
}
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user