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:
8
node_modules/clean-css/lib/options/inline-request.js
generated
vendored
8
node_modules/clean-css/lib/options/inline-request.js
generated
vendored
@@ -11,12 +11,12 @@ function inlineRequestFrom(option) {
|
||||
}
|
||||
|
||||
function proxyOptionsFrom(httpProxy) {
|
||||
return httpProxy ?
|
||||
{
|
||||
return httpProxy
|
||||
? {
|
||||
hostname: url.parse(httpProxy).hostname,
|
||||
port: parseInt(url.parse(httpProxy).port)
|
||||
} :
|
||||
{};
|
||||
}
|
||||
: {};
|
||||
}
|
||||
|
||||
module.exports = inlineRequestFrom;
|
||||
|
Reference in New Issue
Block a user