Skip to content

Commit

Permalink
Merge e2d11bf into 6088070
Browse files Browse the repository at this point in the history
  • Loading branch information
alfredsgenkins committed Sep 1, 2020
2 parents 6088070 + e2d11bf commit 77c14b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ranges/min-version.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ const minVersion = (range, loose) => {
/* fallthrough */
case '':
case '>=':
if (!minver || gt(minver, compver)) {
if (!minver || gt(compver, minver)) {
minver = compver
}
break
Expand Down

0 comments on commit 77c14b8

Please sign in to comment.