diff options
Diffstat (limited to 'html2json.js')
| -rw-r--r-- | html2json.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/html2json.js b/html2json.js index 8e9f5c6..1c4ae9b 100644 --- a/html2json.js +++ b/html2json.js @@ -82,7 +82,7 @@ licenses = Object.values(licenses) console.log(JSON.stringify({ licenses: licenses, - dependencies: dependencies}, null, 4)) + dependencies: dependencies}, null, 2)) |
