Skip to content

Commit 2e54f81

Browse files
author
Cédric Belin
committed
Update the dependencies
1 parent 969fb78 commit 2e54f81

File tree

3 files changed

+489
-999
lines changed

3 files changed

+489
-999
lines changed

bin/php_minifier.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import process from "node:process";
66
import {parseArgs} from "node:util";
77
import readdirp from "readdirp";
88
import pkg from "../package.json" with {type: "json"};
9-
import {FastTransformer, SafeTransformer, TransformMode} from "../src/index.js";
9+
import {FastTransformer, SafeTransformer, TransformMode} from "../lib/index.js";
1010

1111
// Give the process a friendly name.
1212
process.title = "PHP Minifier";

0 commit comments

Comments
 (0)