Skip to content

Commit 2a26610

Browse files
committed
fix: wildcard usage, fix #186
1 parent fe0ab58 commit 2a26610

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

update.mjs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ const buildTools = [
1212
]
1313

1414
const dependencyAnalysis = [
15-
'*.knip.*',
15+
'knip.*',
16+
'.knip.*',
1617
]
1718

1819
const testingTools = [

0 commit comments

Comments
 (0)