diff options
-rw-r--r-- | lib/configure.js | 2 | ||||
-rw-r--r-- | package.json | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/lib/configure.js b/lib/configure.js index fc32acc..2836d71 100644 --- a/lib/configure.js +++ b/lib/configure.js @@ -45,7 +45,7 @@ module.exports = function configure(argv, callback) { } function failNoPython() { - console.log('[' + 'i'.red + '] Can\'t find Python executable ' + python.red + '. Check if Python installed ... if so set the PYTHON env variable.'); + console.log('[' + 'i'.red + '] Can\'t find Python executable ' + python.red + '. Check if Python installed ... if so set the ' + 'PYTHON'.green + 'env variable.'); process.exit(0); } diff --git a/package.json b/package.json index c5b9589..adffbb3 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "mongo-edu", "preferGlobal": true, - "version": "0.1.25", + "version": "0.1.26", "author": "Przemyslaw Pluta <przemyslawplutadev@gmail.com> (http://przemyslawpluta.com)", "description": "Select and download videos and handouts from university.mongodb.com courses", "main": "./mongo-edu", @@ -38,10 +38,10 @@ "inquirer": "~0.5.1", "lodash": "~2.4.1", "mkdirp": "~0.5.0", - "mv": "~2.0.1", + "mv": "~2.0.3", "optimist": "~0.6.1", "progress": "~1.1.7", - "request": "~2.37.0", + "request": "~2.39.0", "request-progress": "~0.3.1", "rimraf": "~2.2.8", "unzip": "~0.1.9", |