From d35f3db6c866e802a4b8625a0016329665f43c2f Mon Sep 17 00:00:00 2001 From: Shravan Dhar Date: Wed, 24 Oct 2018 01:49:04 +0530 Subject: [PATCH 1/2] removed unused dependencies --- package.json | 2 -- 1 file changed, 2 deletions(-) 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" From ed38a23f88c85d0cfa20930d58e639123c45f34d Mon Sep 17 00:00:00 2001 From: Shravan Dhar Date: Wed, 24 Oct 2018 01:50:59 +0530 Subject: [PATCH 2/2] removed extra space --- index.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 = [];