Update checked-in dependencies
This commit is contained in:
parent
49f7b34c3d
commit
5261a1223f
1640 changed files with 174830 additions and 182292 deletions
2
node_modules/browserslist/parse.js
generated
vendored
2
node_modules/browserslist/parse.js
generated
vendored
|
|
@ -9,7 +9,7 @@ function flatten(array) {
|
|||
}
|
||||
|
||||
function find(string, predicate) {
|
||||
for (var n = 1, max = string.length; n <= max; n++) {
|
||||
for (var max = string.length, n = 1; n <= max; n++) {
|
||||
var parsed = string.substr(-n, n)
|
||||
if (predicate(parsed, n, max)) {
|
||||
return string.slice(0, -n)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue