Merge pull request #195 from electron-userland/upgrade-electron-download

Upgrade electron download to fix Mac CI issue
This commit is contained in:
Kevin Sawicki 2016-09-27 16:05:23 -07:00 коммит произвёл GitHub
Родитель 5ea143b08f 429ceeec23
Коммит f4962a5212
2 изменённых файлов: 3 добавлений и 5 удалений

Просмотреть файл

@ -11,5 +11,3 @@ node_js:
branches:
only:
- master
install:
- npm --silent install

Просмотреть файл

@ -6,7 +6,7 @@
"scripts": {
"cache-clean": "rm -rf ~/.electron && rm -rf dist",
"postinstall": "node install.js",
"pretest": "npm run cache-clean && npm --silent run postinstall",
"pretest": "npm run cache-clean && npm run postinstall",
"test": "tape test/*.js && standard"
},
"bin": {
@ -15,7 +15,7 @@
"main": "index.js",
"dependencies": {
"extract-zip": "^1.0.3",
"electron-download": "^3.0.0"
"electron-download": "^3.0.1"
},
"devDependencies": {
"home-path": "^0.1.1",
@ -31,4 +31,4 @@
"keywords": [
"electron"
]
}
}