Skip to content

Commit

Permalink
Really fix it
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewbranch committed Nov 2, 2023
1 parent 6a0e788 commit 35a84a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/history/scripts/generateFull.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ const dates = Array.from(
let datesModified = false;
let fullModified = false;
const npmHighImpactVersion = JSON.parse(
await readFile(path.resolve(path.dirname(import.meta.resolve("npm-high-impact")), "./package.json"), "utf8"),
await readFile(new URL("package.json", import.meta.resolve("npm-high-impact")), "utf8"),
).version;
const outJsonFileName = new URL("../data/out.json", import.meta.url);
try {
Expand Down

0 comments on commit 35a84a6

Please sign in to comment.