Skip to content
This repository has been archived by the owner on Oct 30, 2018. It is now read-only.

Commit

Permalink
Merge pull request #419 from littleskunk/master
Browse files Browse the repository at this point in the history
Update to electron 1.4.4
  • Loading branch information
aleitner authored Oct 25, 2016
2 parents 9034bea + cd53d40 commit ed4ea2a
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 @@ -3,7 +3,7 @@
"asar": "^0.7.2",
"chai": "^3.4.1",
"coveralls": "^2.11.4",
"electron-prebuilt": "=1.2.6",
"electron-prebuilt": "=1.4.4",
"electron-mocha": "^2.3.0",
"flatten-packages": "^0.1.4",
"fs-jetpack": "^0.7.0",
Expand All @@ -26,7 +26,7 @@
"rcedit": "^0.3.0"
},
"scripts": {
"postinstall": "node ./tasks/app_npm_install && cd ./app/node_modules/leveldown && node-gyp rebuild --target=1.2.6 --dist-url=https://atom.io/download/atom-shell",
"postinstall": "node ./tasks/app_npm_install && cd ./app/node_modules/leveldown && node-gyp rebuild --target=1.4.4 --dist-url=https://atom.io/download/atom-shell",
"app-install": "node ./tasks/app_npm_install",
"build": "./node_modules/.bin/gulp build",
"release": "./node_modules/.bin/gulp release --env=production",
Expand Down

0 comments on commit ed4ea2a

Please sign in to comment.