mirror of
https://github.com/S2-/minifyfromhtml.git
synced 2025-08-04 04:40:05 +02:00
update packages to latest version
This commit is contained in:
6
node_modules/clean-css/lib/utils/natural-compare.js
generated
vendored
6
node_modules/clean-css/lib/utils/natural-compare.js
generated
vendored
@@ -23,9 +23,9 @@ function naturalCompare(value1, value2) {
|
||||
}
|
||||
|
||||
function tryParseInt(value) {
|
||||
return ('' + parseInt(value)) == value ?
|
||||
parseInt(value) :
|
||||
value;
|
||||
return ('' + parseInt(value)) == value
|
||||
? parseInt(value)
|
||||
: value;
|
||||
}
|
||||
|
||||
module.exports = naturalCompare;
|
||||
|
Reference in New Issue
Block a user