From 28d4e5a6c93c5f0e782ef56e8fc8cbdb7abcfd9b Mon Sep 17 00:00:00 2001 From: Andreas Hocevar Date: Wed, 11 Jun 2014 12:06:02 +0200 Subject: [PATCH] Manually add jsdoc dependencies Looks like there is a version mismatch with the taffydb and underscore dependencies of jsdoc, so we add them here manually. --- package.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 72cdc87a4e..cb9ccb0bc9 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,9 @@ "devDependencies": { "closure-util": "~0.12.0", "jshint": "~2.5.1", - "jsdoc": "~3.3.0-alpha5", + "jsdoc": "~3.3.0-alpha7", + "taffydb": "~2.7.0", + "underscore": "~1.6.0", "walk": "~2.3.3", "fs-extra": "~0.8.1", "nomnom": "~1.6.2",