Skip to content

Commit

Permalink
fix: move updater to deps
Browse files Browse the repository at this point in the history
  • Loading branch information
meowtec committed Aug 21, 2022
1 parent ce5bef4 commit f594600
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 48 deletions.
64 changes: 17 additions & 47 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 @@ -45,7 +45,6 @@
"electron": "^12.2.3",
"electron-builder": "^23.3.3",
"electron-devtools-installer": "^3.1.1",
"electron-updater": "^5.2.1",
"eslint": "^8.9.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^16.1.0",
Expand Down Expand Up @@ -82,6 +81,7 @@
"dependencies": {
"child-process-promise": "^2.2.1",
"electron-log": "^4.3.2",
"electron-updater": "^5.2.1",
"file-type": "^16.5.3",
"fs-extra": "^10.0.0",
"jimp": "^0.16.1",
Expand Down

0 comments on commit f594600

Please sign in to comment.