Skip to content

Commit

Permalink
Auto-generated commit
Browse files Browse the repository at this point in the history
  • Loading branch information
stdlib-bot committed Apr 14, 2024
1 parent b708a81 commit b0fb20d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion data/data.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion scripts/build.js
Expand Up @@ -128,7 +128,7 @@ function main() {
fopts = {
'encoding': 'utf8'
};
writeFile( OUTPUT_JSON, JSON.stringify( json ), fopts );
writeFile( OUTPUT_JSON, JSON.stringify( json )+'\n', fopts );

debug( 'Writing to CSV file.' );
keys = objectKeys( json );
Expand Down

0 comments on commit b0fb20d

Please sign in to comment.