fix electron-updater in app package.json

This commit is contained in:
Kyle Spearrin 2019-01-21 23:41:44 -05:00
parent 18f97ce307
commit 824c5210fd
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@
"dependencies": {
"desktop-idle": "1.1.2",
"electron-log": "2.2.17",
"electron-updater": "3.0.3",
"electron-updater": "4.0.6",
"keytar": "4.2.1",
"lowdb": "1.0.0"
}