Skip to content

Commit

Permalink
Upgrade packages
Browse files Browse the repository at this point in the history
  • Loading branch information
iffy committed Oct 3, 2018
1 parent a8f8114 commit 4f3e31b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
{
"name": "electron-updater-example",
"version": "0.6.3",
"version": "0.7.0",
"main": "main.js",
"description": "electron-updater example project",
"author": "Matt Haggard",
"scripts": {
"publish": "build -p always"
},
"devDependencies": {
"electron": "^1.7.9",
"electron-builder": "^20.8.2"
"electron": "^3.0.2",
"electron-builder": "^20.28.4"
},
"dependencies": {
"electron-log": "^1.3.0",
"electron-updater": "^2.21.4"
"electron-updater": "^3.1.2"
},
"build": {
"appId": "com.github.iffy.electronupdaterexample",
Expand Down

0 comments on commit 4f3e31b

Please sign in to comment.