Skip to content

Commit

Permalink
Linting changes (#271)
Browse files Browse the repository at this point in the history
Co-authored-by: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Nov 20, 2024
1 parent a55f561 commit 7774f8d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/utils/packageJson.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ import { dirname, resolve } from "path";
import { fileURLToPath } from "url";

// Intentionally not using import because typescript generates a src folder inside bin
export const packageJson = JSON.parse(
export const packageJson = JSON.parse(
readFileSync(
resolve(dirname(fileURLToPath(import.meta.url)), "../..", "package.json"),
{ encoding: "utf-8" },
),
);
);

0 comments on commit 7774f8d

Please sign in to comment.