Skip to content

Commit

Permalink
Update packages/create-astro/src/actions/template.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
natemoo-re committed Feb 27, 2023
1 parent c6587d1 commit 89a4af3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/create-astro/src/actions/template.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ const FILES_TO_UPDATE = {
JSON.stringify(
Object.assign(JSON.parse(value), Object.assign(overrides, { private: undefined })),
null,
COUNT_SPACES
indent
),
'utf-8'
)
Expand Down

0 comments on commit 89a4af3

Please sign in to comment.