Skip to content

Commit

Permalink
Merge pull request #51 from ekonstantinidis/electron-0.27.2
Browse files Browse the repository at this point in the history
Update Electron 0.27.2
  • Loading branch information
ekonstantinidis committed Jun 2, 2015
2 parents fd70235 + 5f15a04 commit b92ec32
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"watch-js": "watchify -t reactify src/js/app.js -o build/js/app.js -v",
"watch": "grunt build && npm build && npm run watch-js | grunt watch",
"start": "electron .",
"dist": "rm -rf Gitify.app/ && electron-packager . Gitify --platform=darwin --arch=x64 --version=0.27.1 --icon=images/app-icon.icns --prune --ignore=src",
"dist": "rm -rf Gitify.app/ && electron-packager . Gitify --platform=darwin --arch=x64 --version=0.27.2 --icon=images/app-icon.icns --prune --ignore=src",
"test": "jsxhint --reporter node_modules/jshint-stylish/stylish.js 'src/**/*.js', 'index.js' --exclude 'Gruntfile.js' && jscs 'src/js/' && jest",
"coveralls": "cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js"
},
Expand Down Expand Up @@ -121,7 +121,7 @@
},
"devDependencies": {
"electron-packager": "=4.1.2",
"electron-prebuilt": "=0.27.1",
"electron-prebuilt": "=0.27.2",
"esprima-fb": "=15001.1.0-dev-harmony-fb",
"grunt": "=0.4.5",
"grunt-contrib-clean": "=0.6.0",
Expand Down

0 comments on commit b92ec32

Please sign in to comment.