strip-comments-strings
Advanced tools
Comparing version 1.0.2 to 1.0.3
{ | ||
"name": "strip-comments-strings", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "Strip or extract comments, strings or both from source code.", | ||
@@ -5,0 +5,0 @@ "main": "index.cjs", |
@@ -176,3 +176,3 @@ ## Description | ||
It is best to always start by removing comments then strings to strip comments and strips. | ||
It is best to always start by removing comments then strings. | ||
@@ -179,0 +179,0 @@ --- |
20254