From 0c9e106502018a03d25c76a068d8741463a24fed Mon Sep 17 00:00:00 2001 From: Selwyn Date: Thu, 26 Oct 2017 14:17:34 +0200 Subject: [PATCH] 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`. --- npm/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/npm/package.json b/npm/package.json index f6221e545809..d2967f01cfe4 100644 --- a/npm/package.json +++ b/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": {