зеркало из https://github.com/electron/electron.git
Merge pull request #195 from electron-userland/upgrade-electron-download
Upgrade electron download to fix Mac CI issue
This commit is contained in:
Коммит
f4962a5212
|
@ -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"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче