grunt-decomment
Advanced tools
Comparing version 0.0.3 to 0.0.4
{ | ||
"name": "grunt-decomment", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "Removes comments from JSON, JavaScript, CSS, HTML, etc.", | ||
@@ -5,0 +5,0 @@ "files": [ |
@@ -12,3 +12,3 @@ grunt-decomment | ||
## Usage | ||
## Example | ||
@@ -36,3 +36,3 @@ ```js | ||
"output.cpp": "input.cpp", // decomment a CPP file; | ||
"output.h": "input.h" // decomment a CPP header file; | ||
"output.h": "input.h" // decomment a C++ header file; | ||
} | ||
@@ -39,0 +39,0 @@ }, |
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
4888