Skip to content

Commit

Permalink
fix: use glob for matching files
Browse files Browse the repository at this point in the history
  • Loading branch information
nt9142 committed Nov 8, 2024
1 parent abf9105 commit 7a08a40
Show file tree
Hide file tree
Showing 4 changed files with 248 additions and 93 deletions.
200 changes: 159 additions & 41 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@
"commander": "^12.1.0",
"ignore": "^6.0.2",
"inquirer": "^9.2.15",
"isbinaryfile": "^5.0.4"
"isbinaryfile": "^5.0.4",
"minimatch": "^10.0.1"
},
"devDependencies": {
"@vitest/coverage-v8": "^2.1.4",
Expand Down
Loading

0 comments on commit 7a08a40

Please sign in to comment.