diff options
-rw-r--r-- | README.md | 1 | ||||
-rw-r--r-- | package.json | 24 |
2 files changed, 13 insertions, 12 deletions
@@ -5,6 +5,7 @@ mongo-edu [![NPM version](https://badge.fury.io/js/mongo-edu.png)](http://badge.fury.io/js/mongo-edu) [![Dependency Status](https://gemnasium.com/przemyslawpluta/mongo-edu.png)](https://gemnasium.com/przemyslawpluta/mongo-edu) +[![Gitter](https://badges.gitter.im/przemyslawpluta/mongo-edu.svg)](https://gitter.im/przemyslawpluta/mongo-edu?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge) Select and download videos and handouts from [university.mongodb.com](https://university.mongodb.com) courses diff --git a/package.json b/package.json index 5d7d7ca..e97be35 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "mongo-edu", "preferGlobal": true, - "version": "0.2.10", + "version": "0.2.11", "author": "Przemyslaw Pluta <przemyslawplutadev@gmail.com> (http://przemyslawpluta.com)", "description": "Select and download videos and handouts from university.mongodb.com courses", "main": "./mongo-edu", @@ -32,22 +32,22 @@ "dependencies": { "cheerio": "~0.19.0", "colors": "~1.1.0", - "easy-table": "~0.3.0", + "easy-table": "~1.0.0", "filesize": "~3.1.2", - "glob": "~5.0.5", - "inquirer": "~0.8.2", - "lodash": "~3.7.0", - "mkdirp": "~0.5.0", + "glob": "~5.0.10", + "inquirer": "~0.8.5", + "lodash": "~3.9.3", + "mkdirp": "~0.5.1", "mv": "~2.0.3", - "path-extra": "~1.0.2", + "path-extra": "~1.0.3", "progress": "~1.1.8", - "request": "~2.55.0", + "request": "~2.56.0", "request-progress": "~0.3.1", - "rimraf": "~2.3.3", + "rimraf": "~2.3.4", "unzip": "~0.1.11", - "which": "~1.0.9", - "yargs": "~3.8.0", - "youtube-dl": "~1.10.3" + "which": "~1.1.1", + "yargs": "~3.10.0", + "youtube-dl": "~1.10.5" }, "engines": { "node": ">= 0.8.x" |