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

Commit

Permalink
Merge remote-tracking branch 'upstream/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
aleitner committed Oct 26, 2016
2 parents da494b4 + ed4ea2a commit 4ef5920
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 4ef5920

Please sign in to comment.