Skip to content

Commit

Permalink
fix: add fs-extra to electron app
Browse files Browse the repository at this point in the history
  • Loading branch information
tiensonqin committed Mar 16, 2021
1 parent b5d5b13 commit 710bab5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion resources/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
"update-electron-app": "^2.0.1",
"node-fetch": "^2.6.1",
"open": "^7.3.1",
"chokidar": "^3.5.1"
"chokidar": "^3.5.1",
"fs-extra": "^9.1.0"
},
"devDependencies": {
"@electron-forge/cli": "^6.0.0-beta.54",
Expand Down

0 comments on commit 710bab5

Please sign in to comment.