danielnieto / electron-download-manager

Manage downloadItems from Electron's BrowserWindows without user interaction, allowing single file download and bulk downloading
MIT License
120 stars 50 forks source link

fix dependencies #10

Closed rugor closed 6 years ago

rugor commented 6 years ago

adds 'request' to dependencies

rugor commented 6 years ago

After packaging for mac with electron packager an error is thrown in the main process because 'request' is used, but not defined as a dependency in package.json.

danielnieto commented 6 years ago

thank you! so sorry for taking this much time to confirm the merge, I was on long vacations