Browse Source

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`.
Selwyn 7 years ago
parent
commit
0c9e106502
1 changed files with 1 additions and 1 deletions
  1. 1 1
      npm/package.json

+ 1 - 1
npm/package.json

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