Skip to content

Commit

Permalink
Use fs-extra for cross-platform file support
Browse files Browse the repository at this point in the history
  • Loading branch information
kmturley committed May 27, 2024
1 parent fce24bd commit baa8ce4
Show file tree
Hide file tree
Showing 6 changed files with 106 additions and 2,398 deletions.
64 changes: 64 additions & 0 deletions package-lock.json

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

2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
"dependencies": {
"@vscode/sudo-prompt": "^9.3.1",
"adm-zip": "^0.4.16",
"fs-extra": "^11.2.0",
"glob": "^10.3.6",
"node-fetch": "^2.6.1",
"readline-sync": "^1.4.10",
Expand All @@ -55,6 +56,7 @@
"devDependencies": {
"@eslint/js": "^9.2.0",
"@types/adm-zip": "^0.4.33",
"@types/fs-extra": "^11.0.4",
"@types/glob": "^7.1.3",
"@types/jest": "^26.0.15",
"@types/node": "^20.12.12",
Expand Down
Loading

0 comments on commit baa8ce4

Please sign in to comment.