You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@thrift.apache.org by ra...@apache.org on 2015/01/31 15:22:01 UTC

thrift git commit: THRIFT-2970:grunt-jsdoc fails due to dependency issues Client: JS Lib Patch: Randy Abernethy

Repository: thrift
Updated Branches:
  refs/heads/master 8f2596ad5 -> 5bde9f75b


THRIFT-2970:grunt-jsdoc fails due to dependency issues
Client: JS Lib
Patch: Randy Abernethy


Project: http://git-wip-us.apache.org/repos/asf/thrift/repo
Commit: http://git-wip-us.apache.org/repos/asf/thrift/commit/5bde9f75
Tree: http://git-wip-us.apache.org/repos/asf/thrift/tree/5bde9f75
Diff: http://git-wip-us.apache.org/repos/asf/thrift/diff/5bde9f75

Branch: refs/heads/master
Commit: 5bde9f75b817e2a6e5f109ccfbbc52a63b33c374
Parents: 8f2596a
Author: Randy Abernethy <ra...@apache.org>
Authored: Sat Jan 31 06:19:21 2015 -0800
Committer: Randy Abernethy <ra...@apache.org>
Committed: Sat Jan 31 06:19:21 2015 -0800

----------------------------------------------------------------------
 lib/js/package.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/thrift/blob/5bde9f75/lib/js/package.json
----------------------------------------------------------------------
diff --git a/lib/js/package.json b/lib/js/package.json
index e1df9f0..a60c00a 100644
--- a/lib/js/package.json
+++ b/lib/js/package.json
@@ -7,7 +7,7 @@
     "grunt-contrib-jshint": "~0.6.3",
     "grunt-contrib-qunit": "~0.2.2",
     "grunt-contrib-concat": "~0.3.0",
-    "grunt-jsdoc": "~0.4.0",
+    "grunt-jsdoc": "^0.6.0",
     "grunt-external-daemon": "~1.1.0",
     "grunt-shell": "~0.6.4"
   }