summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/courseware.js2
-rw-r--r--lib/videos.js2
-rw-r--r--package.json6
3 files changed, 5 insertions, 5 deletions
diff --git a/lib/courseware.js b/lib/courseware.js
index 7ed606a..47d9b41 100644
--- a/lib/courseware.js
+++ b/lib/courseware.js
@@ -88,7 +88,7 @@ function getDetails(jar, count, bar, head, argv, callback) {
});
}
- setTimeout(function timeout() { getInfo(); }, 50 * i);
+ setTimeout(function timeout() { getInfo(); }, 200 * i);
};
}
diff --git a/lib/videos.js b/lib/videos.js
index 924abd9..c2b323c 100644
--- a/lib/videos.js
+++ b/lib/videos.js
@@ -273,7 +273,7 @@ module.exports = {
});
}
- setTimeout(function timeout(){ getInfo(); }, 100 * i);
+ setTimeout(function timeout(){ getInfo(); }, 200 * i);
}, items = [], list = [], i, count;
diff --git a/package.json b/package.json
index 4f9f2d9..9b62631 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "mongo-edu",
"preferGlobal": true,
- "version": "0.2.22",
+ "version": "0.2.23",
"author": "Przemyslaw Pluta <przemyslawplutadev@gmail.com> (http://przemyslawpluta.com)",
"description": "Select and download videos and handouts from university.mongodb.com courses",
"main": "./mongo-edu",
@@ -34,12 +34,12 @@
"colors": "~1.1.2",
"easy-table": "~1.0.0",
"filesize": "~3.1.3",
- "glob": "~5.0.15",
+ "glob": "~6.0.1",
"inquirer": "~0.11.0",
"lodash": "~3.10.1",
"mkdirp": "~0.5.1",
"mv": "~2.1.1",
- "path-extra": "~2.0.0",
+ "path-extra": "~3.0.0",
"pretty-error": "^1.2.0",
"progress": "~1.1.8",
"request": "~2.65.0",