We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 763a111 commit ebc8210Copy full SHA for ebc8210
build/tasks/build.js
@@ -76,7 +76,7 @@ grunt.registerTask( "manifest", "Generate jquery.json manifest files", function(
76
});
77
78
grunt.file.write( manifest.name + ".jquery.json",
79
- JSON.stringify( manifest, null, "\t" ) );
+ JSON.stringify( manifest, null, "\t" ) + "\n" );
80
81
82
0 commit comments