Update dependencies (#390)

⬆️ electron-builder@5.16.0
⬆️ electron-prebuilt@1.3.0
⬆️ husky@0.11.6
This commit is contained in:
Darin Morrison 2016-07-26 17:39:11 -06:00 committed by Guillermo Rauch
parent 83d7db363d
commit 86416cebdf
2 changed files with 4 additions and 4 deletions

View file

@ -201,7 +201,7 @@ function install (fn) {
let registry = exports.getDecoratedConfig().npmRegistry;
if (registry) env.NPM_CONFIG_REGISTRY = registry;
env.npm_config_runtime = 'electron';
env.npm_config_target = '1.2.8';
env.npm_config_target = '1.3.0';
env.npm_config_disturl = 'https://atom.io/download/atom-shell';
exec('npm prune && npm install --production', {
cwd: path,