Skip to content

Commit

Permalink
Fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
karlhorky committed Oct 13, 2024
1 parent 4717502 commit 0a1b8cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/util/packageJson.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,5 +61,5 @@ export const projectPackageJson = JSON.parse(
) as PackageJson;

export const preflightPackageJson = JSON.parse(
await fs.readFile(new URL('../package.json', import.meta.url), 'utf-8'),
await fs.readFile(new URL('../../package.json', import.meta.url), 'utf-8'),
) as PackageJson;

0 comments on commit 0a1b8cd

Please sign in to comment.