Skip to content

Commit

Permalink
fix: wildcard usage, fix #186
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Dec 8, 2023
1 parent fe0ab58 commit 2a26610
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion update.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ const buildTools = [
]

const dependencyAnalysis = [
'*.knip.*',
'knip.*',
'.knip.*',
]

const testingTools = [
Expand Down

0 comments on commit 2a26610

Please sign in to comment.