grunt-decomment
Advanced tools
Comparing version 0.0.4 to 0.0.5
{ | ||
"name": "grunt-decomment", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"description": "Removes comments from JSON, JavaScript, CSS, HTML, etc.", | ||
@@ -37,5 +37,5 @@ "files": [ | ||
"cli-color": "1.1", | ||
"decomment": "0.7" | ||
"decomment": "^0.7.2" | ||
}, | ||
"devDependencies": {} | ||
} |
@@ -66,10 +66,10 @@ grunt-decomment | ||
#### trim | ||
#### safe, space, trim | ||
Applies option [trim], as supported by [decomment]. | ||
Corresponding options, as supported by [decomment]: | ||
#### safe | ||
* [safe] | ||
* [space] | ||
* [trim] | ||
Applies option [safe], as supported by [decomment]. | ||
## License | ||
@@ -81,5 +81,6 @@ | ||
[decomment]:https://github.com/vitaly-t/decomment | ||
[safe]:https://github.com/vitaly-t/decomment#optionssafe--boolean | ||
[space]:https://github.com/vitaly-t/decomment#optionsspace--boolean | ||
[trim]:https://github.com/vitaly-t/decomment#optionstrim--boolean | ||
[safe]:https://github.com/vitaly-t/decomment#optionssafe--boolean | ||
[decomment.text]:https://github.com/vitaly-t/decomment#decommenttexttext-options--string | ||
[decomment.html]:https://github.com/vitaly-t/decomment#decommenthtmlhtml-options--string |
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
4936
85
Updateddecomment@^0.7.2