diff options
-rw-r--r-- | README.md | 8 | ||||
-rw-r--r-- | package.json | 6 |
2 files changed, 7 insertions, 7 deletions
@@ -8,13 +8,13 @@ mongo-edu Select and download videos and handouts from [university.mongodb.com](https://university.mongodb.com) courses -##Prerequisite +## Prerequisite ``` py 2.7 or 3.x ``` -##Installation +## Installation ``` npm install mongo-edu -g @@ -22,7 +22,7 @@ npm install mongo-edu -g or see [detailed installation guide](https://github.com/przemyslawpluta/mongo-edu/wiki/Installation) in the wiki pages -##Usage +## Usage ``` $ mongo-edu --help @@ -81,5 +81,5 @@ You can save presets for use for later. To do so just add `--save my_preset_name ![screenshot](https://raw.github.com/przemyslawpluta/mongo-edu/gh-pages/images/me-presets.gif) -##License +## License MIT diff --git a/package.json b/package.json index 0751bda..98d0d1c 100644 --- a/package.json +++ b/package.json @@ -34,9 +34,9 @@ "colors": "~1.0.3", "easy-table": "~0.3.0", "filesize": "~3.1.2", - "glob": "~5.0.3", + "glob": "~5.0.5", "inquirer": "~0.8.2", - "lodash": "~3.6.0", + "lodash": "~3.7.0", "mkdirp": "~0.5.0", "mv": "~2.0.3", "path-extra": "~1.0.2", @@ -46,7 +46,7 @@ "rimraf": "~2.3.2", "unzip": "~0.1.11", "which": "~1.0.9", - "yargs": "~3.7.0", + "yargs": "~3.7.2", "youtube-dl": "~1.10.2" }, "engines": { |