diff --git a/package.json b/package.json index c81b964..e31d489 100644 --- a/package.json +++ b/package.json @@ -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", @@ -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",