mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-17 05:58:41 -09:00
Update old electron target engine for dependencies (#970)
This fixes dependencies of Hyper that build based on the engine being used (`nodegit` for example).
This commit is contained in:
parent
08a4c93579
commit
a5b457ed13
1 changed files with 1 additions and 1 deletions
|
|
@ -233,7 +233,7 @@ function install(fn) {
|
||||||
}
|
}
|
||||||
/* eslint-disable camelcase */
|
/* eslint-disable camelcase */
|
||||||
env.npm_config_runtime = 'electron';
|
env.npm_config_runtime = 'electron';
|
||||||
env.npm_config_target = '1.3.0';
|
env.npm_config_target = process.versions.electron;
|
||||||
env.npm_config_disturl = 'https://atom.io/download/atom-shell';
|
env.npm_config_disturl = 'https://atom.io/download/atom-shell';
|
||||||
/* eslint-enable camelcase */
|
/* eslint-enable camelcase */
|
||||||
exec('npm prune && npm install --production', {
|
exec('npm prune && npm install --production', {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue