Comparing version 0.9.3 to 0.9.4
@@ -69,7 +69,7 @@ "use strict"; | ||
if (itemIndex !== -1) { | ||
console.log('hashcache hit!'); | ||
// console.log('hashcache hit!'); | ||
return _this._hashcache[itemIndex].hash; | ||
} | ||
else { | ||
console.log("computing hash"); | ||
// console.log(`computing hash`); | ||
var newhash = object_hash_1.default(obj); | ||
@@ -348,3 +348,3 @@ _this._hashcache.push({ obj: obj, hash: newhash }); | ||
this.br = function (arg) { return _this.css({ borderTop: arg }); }; | ||
console.log("new gwen"); | ||
// console.log(`new gwen`); | ||
var finalTheme = __assign(__assign({}, DEFAULT_THEME), theme); | ||
@@ -351,0 +351,0 @@ if (theme) { |
{ | ||
"name": "gwen", | ||
"version": "0.9.3", | ||
"version": "0.9.4", | ||
"description": "A utility-first CSS library designed for brevity", | ||
@@ -5,0 +5,0 @@ "main": "./lib/src/index.js", |
Sorry, the diff of this file is not supported yet
1010235