diff --git a/index.js b/index.js index 465065e..289528a 100755 --- a/index.js +++ b/index.js @@ -15,7 +15,6 @@ var CLI = require('clui'), var username = '', password = '', details = [], privacy = [], upload_complete = false; - /* // Using promise (async) function input_data(fileList) { @@ -89,7 +88,7 @@ function main() { //console.log(' collect: %j', program.collect); var count_upload = 0; - + co(function *() { //console.log(program.args); var fileList = [], links = []; diff --git a/package.json b/package.json index d510d48..e8f67a9 100644 --- a/package.json +++ b/package.json @@ -23,10 +23,8 @@ "chalk": "^2.4.1", "clui": "^0.3.6", "co": "^4.6.0", - "co-prompt": "^1.0.0", "commander": "^2.18.0", "gists": "^2.0.0", - "progress": "^2.0.0", "prompt-sync": "^4.1.6", "superagent": "^3.8.3", "terminal-link": "^1.1.0"