summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorprzemyslawpluta <przemekpluta@hotmail.com>2015-04-17 10:04:04 +0100
committerprzemyslawpluta <przemekpluta@hotmail.com>2015-04-17 10:04:04 +0100
commit5c9bcdae2fbe5019340ed5dde3e037ef1d2bd6cf (patch)
treec2fe366e8cd8093e379ef88f79ee26bddca97221
parent79c06bf515f68add4631ee7da8689083ed9af571 (diff)
downloadmongo-edu-5c9bcdae2fbe5019340ed5dde3e037ef1d2bd6cf.zip
version bump
-rw-r--r--README.md8
-rw-r--r--package.json6
2 files changed, 7 insertions, 7 deletions
diff --git a/README.md b/README.md
index 6baa2c5..64c3611 100644
--- a/README.md
+++ b/README.md
@@ -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": {