strip-comments-strings
Advanced tools
Comparing version 1.0.5 to 1.0.6
{ | ||
"name": "strip-comments-strings", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"description": "Strip or extract comments, strings or both from source code.", | ||
@@ -15,3 +15,3 @@ "main": "./index.cjs", | ||
"scripts": { | ||
"demo:cjs": "node examples/stripString.cjs", | ||
"demo:cjs": "node examples/demo.cjs", | ||
"build:esm": "to-esm --input=index.cjs --entrypoint=index.cjs --update-all" | ||
@@ -18,0 +18,0 @@ }, |
22274