clean-css-cnwhy
Advanced tools
Comparing version 3.4.6 to 3.4.7
@@ -45,3 +45,3 @@ var path = require('path'); | ||
.replace(options.toBase, ''); | ||
uri = options.baseUrl ? path.resolve(options.baseUrl+uri) : uri; | ||
uri = options.baseUrl ? url.resolve(options.baseUrl+uri) : uri; | ||
return uri; | ||
@@ -48,0 +48,0 @@ } |
{ | ||
"name": "clean-css-cnwhy", | ||
"version": "3.4.6", | ||
"version": "3.4.7", | ||
"author": "Jakub Pawlowicz <contact@jakubpawlowicz.com> (http://twitter.com/jakubpawlowicz)", | ||
@@ -5,0 +5,0 @@ "description": "A well-tested CSS minifier", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
296486