commit | a2de4105317adeb5268e5e289a6226d6477cfbfe | [log] [tgz] |
---|---|---|
author | henrique <henrique@apache.org> | 周五 2月 07 14:12:56 2014 +0100 |
committer | henrique <henrique@apache.org> | 周五 2月 07 14:12:56 2014 +0100 |
tree | 00c76e4410d69655a0827bcd76400816f092b509 | |
parent | 2a816c28ae166f267e3a681ba335b298d542b1f1 [diff] [blame] |
THRIFT-2350 Add async calls to normal JavaScript Patch: Randy Abernethy
diff --git a/lib/js/package.json b/lib/js/package.json index 5a8485b..5cdd145 100644 --- a/lib/js/package.json +++ b/lib/js/package.json
@@ -7,6 +7,8 @@ "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.4.0", + "grunt-external-daemon": "~1.1.0", + "grunt-shell": "~0.6.4" } -} \ No newline at end of file +}