Skip to content

Commit 2d1d476

Browse files
author
Emmanouil Konstantinidis
committed
Update Electron
1 parent 79499f1 commit 2d1d476

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"watch-js": "watchify -t babelify src/js/app.js -o build/js/app.js -v",
1010
"watch": "npm run build && grunt build && npm run watch-js & grunt watch",
1111
"start": "electron .",
12-
"dist": "electron-packager . Gitify --overwrite --platform=darwin --arch=x64 --version=0.30.2 --asar=true --icon=images/app-icon.icns --prune --ignore='src' --ignore='coverage'",
12+
"dist": "electron-packager . Gitify --overwrite --platform=darwin --arch=x64 --version=0.31.0 --asar=true --icon=images/app-icon.icns --prune --ignore='src' --ignore='coverage'",
1313
"lint": "eslint 'src/js/' 'src/js/app.js' 'main.js'",
1414
"test": "npm run lint && jest"
1515
},
@@ -93,7 +93,7 @@
9393
"devDependencies": {
9494
"babel-eslint": "=4.0.10",
9595
"electron-packager": "=5.0.1",
96-
"electron-prebuilt": "=0.30.2",
96+
"electron-prebuilt": "=0.31.0",
9797
"eslint": "=1.2.1",
9898
"grunt": "=0.4.5",
9999
"grunt-contrib-clean": "=0.6.0",

0 commit comments

Comments
 (0)