mirror of
https://github.com/bower/bower.git
synced 2026-02-12 06:55:04 -05:00
Add some more tests to be completed later.
This commit is contained in:
@@ -72,7 +72,7 @@ GitResolver.prototype._findResolution = function (target) {
|
||||
return this._findResolution('master');
|
||||
}
|
||||
|
||||
// Find the highest one that satifies the target
|
||||
// Find the highest one that satisfies the target
|
||||
var version = mout.array.find(versions, function (version) {
|
||||
return semver.satisfies(version, target);
|
||||
}, this);
|
||||
|
||||
Reference in New Issue
Block a user