Update dependencies (#390)
⬆️ electron-builder@5.16.0 ⬆️ electron-prebuilt@1.3.0 ⬆️ husky@0.11.6
This commit is contained in:
parent
83d7db363d
commit
86416cebdf
2 changed files with 4 additions and 4 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue