hexo-clean-css
Advanced tools
Comparing version 0.0.1 to 0.0.2
@@ -20,5 +20,5 @@ var CleanCSS = require('clean-css'); | ||
if (err) return reject(err); | ||
resolve(result); | ||
resolve(result.styles); | ||
}); | ||
}); | ||
}; |
{ | ||
"name": "hexo-clean-css", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "Minify CSS files with clean-css.", | ||
@@ -5,0 +5,0 @@ "main": "index", |
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
3143