Skip to content

Commit

Permalink
update electron to version 1.3.2, update electron-packager to version…
Browse files Browse the repository at this point in the history
… 7.5.1
  • Loading branch information
dbackowski committed Aug 9, 2016
1 parent c4ccaa1 commit 11adbaa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -5,7 +5,7 @@
"main": "electron.js",
"scripts": {
"start": "NODE_ENV=production electron electron.js",
"build": "electron-packager ./ --platform=darwin,linux --overwrite --icon=./public/images/icon --arch=x64 --version=1.3.1",
"build": "electron-packager ./ --platform=darwin,linux --overwrite --icon=./public/images/icon --arch=x64 --version=1.3.2",
"test": "NODE_ENV=test mocha"
},
"repository": {
Expand All @@ -25,8 +25,8 @@
},
"devDependencies": {
"chai": "^3.2.0",
"electron-packager": "^7.0.4",
"electron-prebuilt": "^1.3.1",
"electron-packager": "7.5.1",
"electron-prebuilt": "1.3.2",
"supertest": "^1.1.0"
}
}

0 comments on commit 11adbaa

Please sign in to comment.