@cardsgame/utils
Advanced tools
Comparing version 0.1.20 to 0.1.21
@@ -10,3 +10,3 @@ "use strict"; | ||
var logsChrome = process ? Boolean(process.env.LOGS_CHROME) : false; | ||
exports.chalk = new chalk_1.default.constructor({ enabled: logsChrome }); | ||
exports.chalk = new chalk_1.default.constructor({ enabled: !logsChrome }); | ||
var LogLevels; | ||
@@ -13,0 +13,0 @@ (function (LogLevels) { |
{ | ||
"name": "@cardsgame/utils", | ||
"version": "0.1.20", | ||
"version": "0.1.21", | ||
"description": "", | ||
@@ -21,3 +21,3 @@ "main": "lib/index.js", | ||
}, | ||
"gitHead": "ae63e661981e95fe0d9eb89f5374ee6d54740395" | ||
"gitHead": "cf88e0b8ad86285bc6973b8facadd67fa647fa92" | ||
} |
Sorry, the diff of this file is not supported yet
33284