mirror of
https://github.com/bower/bower.git
synced 2026-04-24 03:00:19 -04:00
Fix accessing options.
This commit is contained in:
@@ -22,6 +22,8 @@ function Project(config, logger) {
|
||||
this._config = config || defaultConfig;
|
||||
this._logger = logger || new Logger();
|
||||
this._manager = new Manager(this._config, this._logger);
|
||||
|
||||
this._options = {};
|
||||
}
|
||||
|
||||
// -----------------
|
||||
|
||||
Reference in New Issue
Block a user