mirror of
https://github.com/bower/bower.git
synced 2026-02-11 14:34:58 -05:00
Oops.
This commit is contained in:
@@ -45,14 +45,6 @@ Resolver.prototype.resolve = function () {
|
||||
.then(this._parseJson.bind(this));
|
||||
};
|
||||
|
||||
Resolver.prototype.hasNew = function (oldResolution) {
|
||||
return Q.resolve(true);
|
||||
};
|
||||
|
||||
Resolver.prototype.isCacheable = function () {
|
||||
return false;
|
||||
};
|
||||
|
||||
Resolver.prototype.getDependencies = function () {
|
||||
return this._json.dependencies;
|
||||
};
|
||||
@@ -60,7 +52,7 @@ Resolver.prototype.getDependencies = function () {
|
||||
// -----------------
|
||||
|
||||
Resolver.prototype.hasNew = function (oldResolution) {
|
||||
return true;
|
||||
return Q.resolve(true);
|
||||
};
|
||||
|
||||
Resolver.prototype._resolveSelf = function () {};
|
||||
|
||||
Reference in New Issue
Block a user