We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05c712a commit 83ac7e6Copy full SHA for 83ac7e6
cli.js
@@ -87,7 +87,7 @@ if (argv.verbose >= 1) {
87
b[1] = parseInt(b[1], 10)
88
return b
89
})
90
- .sort(function (a, b) { return (a[0] !== b[0]) ? a[0] > b[0] : a[1] > b[1] })
+ .sort(function (a, b) { return a[1] > b[1] })
91
.map(function (b) { return b.join(' ') })
92
.join(', ')
93
console.log('[doiuse] Browsers: ' + browsers)
0 commit comments