Update electron-download to version 4.1.0

Respects the OS cache location and be able to set he cache location by setting the environment variable `ELECTRON_CACHE`.
This commit is contained in:
Selwyn 2017-10-26 14:17:34 +02:00 committed by GitHub
parent 3230048f81
commit 0c9e106502

View file

@ -12,7 +12,7 @@
"types": "electron.d.ts", "types": "electron.d.ts",
"dependencies": { "dependencies": {
"@types/node": "^8.0.24", "@types/node": "^8.0.24",
"electron-download": "^3.0.1", "electron-download": "^4.1.0",
"extract-zip": "^1.0.3" "extract-zip": "^1.0.3"
}, },
"devDependencies": { "devDependencies": {