diff options
author | przemyslawpluta <przemekpluta@hotmail.com> | 2015-08-14 14:54:23 +0100 |
---|---|---|
committer | przemyslawpluta <przemekpluta@hotmail.com> | 2015-08-14 14:54:23 +0100 |
commit | ebf010cee4a45d14b8890b73d5ab0e06f99c718c (patch) | |
tree | 316e5700adfd0b2909cc9564e6d2650c25d63df8 /package.json | |
parent | fd4a50826c7ca3c33339699084bb0e8e968770e1 (diff) | |
download | mongo-edu-ebf010cee4a45d14b8890b73d5ab0e06f99c718c.zip |
switch to courseware search if wiki returns no results
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json index a0580a8..1a1786b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "mongo-edu", "preferGlobal": true, - "version": "0.2.18", + "version": "0.2.19", "author": "Przemyslaw Pluta <przemyslawplutadev@gmail.com> (http://przemyslawpluta.com)", "description": "Select and download videos and handouts from university.mongodb.com courses", "main": "./mongo-edu", @@ -47,7 +47,7 @@ "rimraf": "~2.4.2", "unzip": "~0.1.11", "which": "~1.1.1", - "yargs": "~3.18.0", + "yargs": "~3.19.0", "youtube-dl": "~1.10.5" }, "engines": { |