diff options
author | cos <cos> | 2016-06-08 09:42:20 +0200 |
---|---|---|
committer | cos <cos> | 2016-06-08 09:42:20 +0200 |
commit | 1548d5aac079c3e1c1331be4757ae2e4c894778c (patch) | |
tree | 85283f2ba2609244468268ea917263735432e710 /package.json | |
parent | 05d237fe59e2bc069c15d5d7b343afab47fc258c (diff) | |
download | mongo-edu-1548d5aac079c3e1c1331be4757ae2e4c894778c.zip |
Depend on working version of youtube-dl.fix/issue_77-youtube-dl_version
Trying to use version 1.10.5 of youtube-dl yields in an ELIFECYCLE error.
Stepping to latest version makes problem go away. Not necessarily the most
elegant solution. Version selection for dependencies should probably be done
more carefully, but I'm not prepared to fully step down into that swamp.
Fixes issue #77.
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 809a7a7..aef58d7 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "rimraf": "^2.5.2", "which": "^1.2.4", "yargs": "^4.3.2", - "youtube-dl": "~1.10.5" + "youtube-dl": "~1.11.1" }, "engines": { "node": ">= 0.8.x" |