Skip to content

Commit

Permalink
fix: package.json pretty print Closes #4643 (#4644)
Browse files Browse the repository at this point in the history
Co-authored-by: Bharat Kashyap <[email protected]>
  • Loading branch information
rkristelijn and bharatkashyap authored Feb 11, 2025
1 parent 3967dce commit 09a1f82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/create-toolpad-app/src/generateProject.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ export default function generateProject(
[
'package.json',
{
content: JSON.stringify(packageJson(options)),
content: JSON.stringify(packageJson(options), null, 2),
},
],
]);
Expand Down

0 comments on commit 09a1f82

Please sign in to comment.