mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-12 20:18:41 -09:00
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,
|
||||
|
|
|
|||
|
|
@ -32,14 +32,14 @@
|
|||
"babel-loader": "6.2.4",
|
||||
"babel-preset-es2015-native-modules": "6.9.0",
|
||||
"babel-preset-react": "6.11.1",
|
||||
"electron-builder": "5.14.2",
|
||||
"electron-prebuilt": "1.2.8",
|
||||
"electron-builder": "5.16.0",
|
||||
"electron-prebuilt": "1.3.0",
|
||||
"eslint": "3.1.1",
|
||||
"eslint-config-standard": "5.3.5",
|
||||
"eslint-plugin-promise": "2.0.0",
|
||||
"eslint-plugin-react": "5.2.2",
|
||||
"eslint-plugin-standard": "2.0.0",
|
||||
"husky": "0.11.4",
|
||||
"husky": "0.11.6",
|
||||
"webpack": "2.1.0-beta.15"
|
||||
},
|
||||
"eslintConfig": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue