Skip to content

Commit ebc8210

Browse files
committed
Build: Add a newline at the end of manifest files.
1 parent 763a111 commit ebc8210

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/tasks/build.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ grunt.registerTask( "manifest", "Generate jquery.json manifest files", function(
7676
});
7777

7878
grunt.file.write( manifest.name + ".jquery.json",
79-
JSON.stringify( manifest, null, "\t" ) );
79+
JSON.stringify( manifest, null, "\t" ) + "\n" );
8080
});
8181
});
8282
});

0 commit comments

Comments
 (0)