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; let registry = exports.getDecoratedConfig().npmRegistry;
if (registry) env.NPM_CONFIG_REGISTRY = registry; if (registry) env.NPM_CONFIG_REGISTRY = registry;
env.npm_config_runtime = 'electron'; 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'; env.npm_config_disturl = 'https://atom.io/download/atom-shell';
exec('npm prune && npm install --production', { exec('npm prune && npm install --production', {
cwd: path, cwd: path,

View file

@ -32,14 +32,14 @@
"babel-loader": "6.2.4", "babel-loader": "6.2.4",
"babel-preset-es2015-native-modules": "6.9.0", "babel-preset-es2015-native-modules": "6.9.0",
"babel-preset-react": "6.11.1", "babel-preset-react": "6.11.1",
"electron-builder": "5.14.2", "electron-builder": "5.16.0",
"electron-prebuilt": "1.2.8", "electron-prebuilt": "1.3.0",
"eslint": "3.1.1", "eslint": "3.1.1",
"eslint-config-standard": "5.3.5", "eslint-config-standard": "5.3.5",
"eslint-plugin-promise": "2.0.0", "eslint-plugin-promise": "2.0.0",
"eslint-plugin-react": "5.2.2", "eslint-plugin-react": "5.2.2",
"eslint-plugin-standard": "2.0.0", "eslint-plugin-standard": "2.0.0",
"husky": "0.11.4", "husky": "0.11.6",
"webpack": "2.1.0-beta.15" "webpack": "2.1.0-beta.15"
}, },
"eslintConfig": { "eslintConfig": {