mirror of
https://github.com/electron/node-gyp.git
synced 2025-09-16 22:13:39 +02:00
update "semver" to v2.0.8
This commit is contained in:
parent
fcbf1431a2
commit
60b975e3a1
7 changed files with 10 additions and 522 deletions
2
node_modules/semver/semver.js
generated
vendored
2
node_modules/semver/semver.js
generated
vendored
|
@ -835,7 +835,7 @@ exports.maxSatisfying = maxSatisfying;
|
|||
function maxSatisfying(versions, range, loose) {
|
||||
return versions.filter(function(version) {
|
||||
return satisfies(version, range, loose);
|
||||
}).sort(compare)[0] || null;
|
||||
}).sort(rcompare)[0] || null;
|
||||
}
|
||||
|
||||
exports.validRange = validRange;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue