Skip to content

Commit

Permalink
Fix readdir recursive issue by switching to glob
Browse files Browse the repository at this point in the history
  • Loading branch information
mvirgil committed Nov 8, 2024
1 parent 6aa6c1d commit 5ca56d7
Show file tree
Hide file tree
Showing 4 changed files with 69 additions and 62 deletions.
64 changes: 15 additions & 49 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"chalk": "^4.1.2",
"commander": "^12.1.0",
"form-data": "^4.0.1",
"glob": "^11.0.0",
"ora": "^5.4.1",
"xml2js": "^0.6.2"
},
Expand All @@ -30,7 +31,6 @@
"@typescript-eslint/parser": "^8.11.0",
"eslint": "^8.57.1",
"eslint-plugin-header": "^3.1.1",
"glob": "^11.0.0",
"ts-node": "^10.9.2",
"typescript": "^5.6.3"
},
Expand Down
Loading

0 comments on commit 5ca56d7

Please sign in to comment.