mirror of
https://github.com/bower/bower.git
synced 2026-04-24 03:00:19 -04:00
Oops.
This commit is contained in:
@@ -6,6 +6,7 @@ var name;
|
||||
|
||||
function RegistryClient(config) {
|
||||
config = config || {};
|
||||
this._config = config;
|
||||
|
||||
// Parse config
|
||||
// Registry
|
||||
@@ -51,8 +52,7 @@ function RegistryClient(config) {
|
||||
// Strict ssl
|
||||
config.strictSsl = config.strictSsl == null ? true : !!config.strictSsl;
|
||||
|
||||
// Store config and init the cache
|
||||
this._config = config;
|
||||
// Init the cache
|
||||
this._initCache();
|
||||
}
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
return {
|
||||
module.exports = {
|
||||
info: require('./info'),
|
||||
lookup: require('./lookup'),
|
||||
register: require('./register'),
|
||||
|
||||
Reference in New Issue
Block a user