strip-comments-strings
Advanced tools
Comparing version 1.0.3 to 1.0.4
{ | ||
"name": "strip-comments-strings", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "Strip or extract comments, strings or both from source code.", | ||
"main": "index.cjs", | ||
"module": "index.mjs", | ||
"type": "module", | ||
"exports": { | ||
".": { | ||
"require": "./index.cjs", | ||
"import": "./index.mjs" | ||
} | ||
}, | ||
"scripts": { | ||
@@ -7,0 +15,0 @@ "demo:cjs": "node examples/stripString.cjs", |
21705
14
668
Yes
3