Skip to content

Commit ba362dc

Browse files
fix: use named import for minimatch
1 parent a92c30c commit ba362dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/filesystem/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import os from 'os';
1313
import { z } from "zod";
1414
import { zodToJsonSchema } from "zod-to-json-schema";
1515
import { diffLines, createTwoFilesPatch } from 'diff';
16-
import minimatch from 'minimatch';
16+
import { minimatch } from 'minimatch';
1717

1818
// Command line argument parsing
1919
const args = process.argv.slice(2);

0 commit comments

Comments
 (0)