fix formatting error in gradio/lite package.json (#7648)

This commit is contained in:
Abubakar Abid 2024-03-08 15:19:51 -08:00 committed by GitHub
parent b3b0ea3e11
commit b8e246b787
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -68,7 +68,7 @@ function run() {
writeFileSync(
join(all_packages[pkg_name].dir, "package.json"),
JSON.stringify(all_packages[pkg_name].packageJson, null, "\t")
JSON.stringify(all_packages[pkg_name].packageJson, null, "\t") + "\n"
);
}