Skip to content

Commit

Permalink
fix(rari-npm): fix download tmp folder
Browse files Browse the repository at this point in the history
  • Loading branch information
fiji-flo committed Nov 25, 2024
1 parent d2df415 commit 5207886
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rari-npm/lib/download.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import path from "node:path";
import { x } from "tar";
import extract from "extract-zip";

import * as packageJson from "../package.json" with { type: "json" };
import packageJson from "../package.json" with { type: "json" };

const tmpDir = path.join(tmpdir(), `rari-cache-${packageJson.version}`);
const isWindows = platform() === "win32";
Expand Down

0 comments on commit 5207886

Please sign in to comment.