Skip to content

Commit db7f677

Browse files
Merge pull request #74 from ekonstantinidis/update-eletron
Update electron to 0.30.2
2 parents 1d7ac1e + 1ab456a commit db7f677

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"watch-js": "watchify -t reactify src/js/app.js -o build/js/app.js -v",
1010
"watch": "grunt build && npm build && npm run watch-js | grunt watch",
1111
"start": "electron .",
12-
"dist": "rm -rf Gitify.app/ && electron-packager . Gitify --platform=darwin --arch=x64 --version=0.28.1 --icon=images/app-icon.icns --prune --ignore=src",
12+
"dist": "rm -rf Gitify.app/ && electron-packager . Gitify --platform=darwin --arch=x64 --version=0.30.2 --icon=images/app-icon.icns --prune --ignore=src",
1313
"test": "jsxhint --reporter node_modules/jshint-stylish/stylish.js 'src/**/*.js', 'index.js' --exclude 'Gruntfile.js' && jscs 'src/js/' && jest"
1414
},
1515
"jshintConfig": {
@@ -138,7 +138,7 @@
138138
},
139139
"devDependencies": {
140140
"electron-packager": "=4.1.2",
141-
"electron-prebuilt": "=0.28.1",
141+
"electron-prebuilt": "=0.30.2",
142142
"esprima-fb": "=15001.1.0-dev-harmony-fb",
143143
"grunt": "=0.4.5",
144144
"grunt-contrib-clean": "=0.6.0",

0 commit comments

Comments
 (0)