Fixed import for HttpsProxyAgent (#202)
* Fixed import for HttpsProxyAgent * Try this fix again? * One more effort, otherwise need to revert * Syntax error * Lint error fix * revert https-proxy-agent version
This commit is contained in:
parent
37682e7146
commit
85faee21ee
|
@ -83,7 +83,7 @@
|
|||
"electron-store": "1.3.0",
|
||||
"electron-updater": "4.3.5",
|
||||
"form-data": "2.3.2",
|
||||
"https-proxy-agent": "5.0.0",
|
||||
"https-proxy-agent": "4.0.0",
|
||||
"inquirer": "6.2.0",
|
||||
"jsdom": "13.2.0",
|
||||
"keytar": "4.13.0",
|
||||
|
|
Loading…
Reference in New Issue