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 40c244c commit bad599e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ function main() {
debug( 'Successfully processed `%s`.', alias );
}
debug( 'Writing to JSON file.' );
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 bad599e

Please sign in to comment.