mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-28 09:42:21 -04:00
clean up utils
This commit is contained in:
parent
189721ebba
commit
d22064c6f4
1 changed files with 2 additions and 6 deletions
|
@ -4,9 +4,9 @@
|
|||
* By Rodrigo Ramírez Norambuena https://rodrigoramirez.com
|
||||
* MIT Licensed.
|
||||
*/
|
||||
var colors = require("colors/safe");
|
||||
const colors = require("colors/safe");
|
||||
|
||||
var Utils = {
|
||||
module.exports = {
|
||||
colors: {
|
||||
warn: colors.yellow,
|
||||
error: colors.red,
|
||||
|
@ -14,7 +14,3 @@ var Utils = {
|
|||
pass: colors.green
|
||||
}
|
||||
};
|
||||
|
||||
if (typeof module !== "undefined") {
|
||||
module.exports = Utils;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue