bower-registry-client
Advanced tools
Comparing version 0.1.2 to 0.1.3
@@ -12,3 +12,3 @@ var async = require('async'); | ||
if (!Object.prototype.hasOwnProperty.call(this._config, 'cache')) { | ||
this._config.cache = this._config.storage.registry; | ||
this._config.cache = this._config.storage ? this._config.storage.registry : null; | ||
} | ||
@@ -15,0 +15,0 @@ |
{ | ||
"name": "bower-registry-client", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"description": "Provides easy interaction with the Bower registry.", | ||
@@ -5,0 +5,0 @@ "author": "Twitter", |
87720