diff options
author | przemyslawpluta <przemekpluta@hotmail.com> | 2015-04-30 21:34:24 +0100 |
---|---|---|
committer | przemyslawpluta <przemekpluta@hotmail.com> | 2015-04-30 21:34:24 +0100 |
commit | e263098570530052647a1303946fd3cecc43f26c (patch) | |
tree | a346c19f316718488bad8e15df83142e30ad6f7e /package.json | |
parent | a2056d6686bfee3f59adeb43e203f98cb031c84f (diff) | |
download | mongo-edu-e263098570530052647a1303946fd3cecc43f26c.zip |
update
youtube API updates
cleanup
version bump
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/package.json b/package.json index 66c5c00..5d7d7ca 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "mongo-edu", "preferGlobal": true, - "version": "0.2.9", + "version": "0.2.10", "author": "Przemyslaw Pluta <przemyslawplutadev@gmail.com> (http://przemyslawpluta.com)", "description": "Select and download videos and handouts from university.mongodb.com courses", "main": "./mongo-edu", @@ -31,7 +31,7 @@ "license": "MIT", "dependencies": { "cheerio": "~0.19.0", - "colors": "~1.0.3", + "colors": "~1.1.0", "easy-table": "~0.3.0", "filesize": "~3.1.2", "glob": "~5.0.5", @@ -43,11 +43,11 @@ "progress": "~1.1.8", "request": "~2.55.0", "request-progress": "~0.3.1", - "rimraf": "~2.3.2", + "rimraf": "~2.3.3", "unzip": "~0.1.11", "which": "~1.0.9", - "yargs": "~3.7.2", - "youtube-dl": "~1.10.2" + "yargs": "~3.8.0", + "youtube-dl": "~1.10.3" }, "engines": { "node": ">= 0.8.x" |