Skip to content

Commit 4f27669

Browse files
isabellahochstainless-app[bot]
authored andcommitted
fix minimatch usage (#14)
* add minimatch dep, fix glob issue
1 parent 8195047 commit 4f27669

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/helpers.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import fs from 'fs';
22
import path from 'path';
3-
import minimatch from 'minimatch';
3+
import { minimatch } from 'minimatch';
44

55
export interface FileData {
66
path: string;

0 commit comments

Comments
 (0)