mirror of
https://github.com/gradio-app/gradio.git
synced 2024-11-21 01:01:05 +08:00
fix formatting error in gradio/lite package.json (#7648)
This commit is contained in:
parent
b3b0ea3e11
commit
b8e246b787
@ -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"
|
||||
);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user