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:
5
node_modules/clean-css/lib/options/rebase.js
generated
vendored
5
node_modules/clean-css/lib/options/rebase.js
generated
vendored
@@ -1,11 +1,10 @@
|
||||
function rebaseFrom(rebaseOption, rebaseToOption) {
|
||||
if (undefined !== rebaseToOption) {
|
||||
return true;
|
||||
} else if (undefined === rebaseOption) {
|
||||
} if (undefined === rebaseOption) {
|
||||
return false;
|
||||
} else {
|
||||
return !!rebaseOption;
|
||||
}
|
||||
return !!rebaseOption;
|
||||
}
|
||||
|
||||
module.exports = rebaseFrom;
|
||||
|
Reference in New Issue
Block a user