refactor to use electron-download

This commit is contained in:
Max Ogden
2015-05-10 13:54:06 -07:00
parent 92a2eb2864
commit e2fc1a0fb1
2 changed files with 15 additions and 28 deletions

View File

@@ -17,13 +17,9 @@
"main": "index.js",
"dependencies": {
"extract-zip": "^1.0.3",
"home-path": "^0.1.1",
"mkdirp": "^0.5.0",
"nugget": "^1.2.0",
"path-exists": "^1.0.0"
"electron-download": "^1.0.0"
},
"devDependencies": {
"rimraf": "^2.3.3",
"tape": "^3.0.1"
},
"author": "Mathias Buus",