clean-css
Advanced tools
Comparing version 0.4.1 to 0.4.2
@@ -0,1 +1,8 @@ | ||
0.4.2 / 2012-06-28 | ||
================== | ||
* Updated binary -v option (version). | ||
* Updated binary to output help when no options given (but not in piped mode). | ||
* Added binary tests. | ||
0.4.1 / 2012-06-10 | ||
@@ -2,0 +9,0 @@ ================== |
@@ -11,3 +11,3 @@ { | ||
}, | ||
"version": "0.4.1", | ||
"version": "0.4.2", | ||
"main": "index.js", | ||
@@ -18,3 +18,3 @@ "bin": { | ||
"dependencies": { | ||
"optimist": "0.1.x" | ||
"optimist": "0.3.x" | ||
}, | ||
@@ -21,0 +21,0 @@ "devDependencies": { |
@@ -40,2 +40,9 @@ ## What is clean-css? ## | ||
### How do you preserve a comment block? ### | ||
/*! | ||
Important comments included in minified output. | ||
*/ | ||
### How to run clean-css tests? ### | ||
@@ -42,0 +49,0 @@ |
Sorry, the diff of this file is not supported yet
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
Shell access
Supply chain riskThis module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary code.
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
707357
22
14067
61
3
1
+ Addedoptimist@0.3.7(transitive)
+ Addedwordwrap@0.0.3(transitive)
- Removedoptimist@0.1.9(transitive)
Updatedoptimist@0.3.x