Comparing version 0.1.8 to 0.1.9
@@ -27,3 +27,3 @@ var fs = require('fs'), | ||
cfg.compress = cfg.compress == 0 ? 0 : 1; | ||
cfg.compress = !!cfg.compress; | ||
@@ -30,0 +30,0 @@ cfg.output = path.resolve(path.normalize(cfg.output)); |
{ | ||
"name":"css-combo", | ||
"version":"0.1.8", | ||
"version":"0.1.9", | ||
"description":"css combo tool", | ||
@@ -5,0 +5,0 @@ "author":"Dorange <daxingplay@gmail.com>", |
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
32843