Skip to content

Commit bad599e

Browse files
committed
Auto-generated commit
1 parent 40c244c commit bad599e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/build.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ function main() {
230230
debug( 'Successfully processed `%s`.', alias );
231231
}
232232
debug( 'Writing to JSON file.' );
233-
writeFile( OUTPUT_JSON, JSON.stringify( json ), fopts );
233+
writeFile( OUTPUT_JSON, JSON.stringify( json )+'\n', fopts );
234234

235235
debug( 'Writing to CSV file.' );
236236
keys = objectKeys( json );

0 commit comments

Comments
 (0)