Remove JSON pretty print in NPM driver output

main
Elbert Alias 7 years ago
parent 7c9d089f46
commit 2c57e4a13f

@ -14,7 +14,7 @@ if ( !url ) {
wappalyzer.analyze(url) wappalyzer.analyze(url)
.then(json => { .then(json => {
process.stdout.write(JSON.stringify(json, null, 2) + '\n') process.stdout.write(JSON.stringify(json) + '\n')
process.exit(0); process.exit(0);
}) })

@ -1,5 +1,5 @@
{ {
"name": "Wappalyzer", "name": "wappalyzer",
"description": "Uncovers the technologies used on websites", "description": "Uncovers the technologies used on websites",
"homepage": "https://github.com/AliasIO/Wappalyzer", "homepage": "https://github.com/AliasIO/Wappalyzer",
"version": "5.0.0", "version": "5.0.0",

Loading…
Cancel
Save