We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1828e1 commit 529b337Copy full SHA for 529b337
scripts/bundle-data-dir.js
@@ -38,7 +38,7 @@ function bundleDataDir({fromDir, toFile}) {
38
return yaml.safeLoad(contents)
39
})
40
const dated = {data: loaded}
41
- const output = JSON.stringify(dated, null, 2) + '\n'
+ const output = JSON.stringify(dated, null, 0) + '\n'
42
43
const outStream =
44
toFile === '-' ? process.stdout : fs.createWriteStream(toFile)
0 commit comments