Skip to content

Commit

Permalink
fix(package) fixing mkdirp import
Browse files Browse the repository at this point in the history
  • Loading branch information
srod committed Nov 12, 2024
1 parent 15005d4 commit 92bafdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/compress.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
import fs from "node:fs";
import type { Settings } from "@node-minify/types";
import { utils } from "@node-minify/utils";
import mkdirp from "mkdirp";
import { mkdirp } from "mkdirp";

/**
* Run compressor.
Expand Down

0 comments on commit 92bafdc

Please sign in to comment.