merge-comments
Advanced tools
Comparing version 0.0.6 to 0.0.7
{ | ||
"name": "merge-comments", | ||
"version": "0.0.6", | ||
"version": "0.0.7", | ||
"description": "Simple tool that merges single-line comments into multi-line ones.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -23,3 +23,3 @@ # Merge-comments | ||
var a = 'b'; | ||
/* | ||
/** | ||
* first comment | ||
@@ -26,0 +26,0 @@ * second comment |
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
6713