You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by we...@apache.org on 2018/08/15 17:36:44 UTC

[arrow] branch master updated: ARROW-2925: [JS] Documentation failing in docker container

This is an automated email from the ASF dual-hosted git repository.

wesm pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git


The following commit(s) were added to refs/heads/master by this push:
     new 3214e99  ARROW-2925: [JS] Documentation failing in docker container
3214e99 is described below

commit 3214e993fb61270d0874283cbf335f1d510db9fe
Author: Brian Hulette <hu...@gmail.com>
AuthorDate: Wed Aug 15 13:36:39 2018 -0400

    ARROW-2925: [JS] Documentation failing in docker container
    
    Install typedoc directly from github to get TS 3.0 support. Pinned to [this commit](https://github.com/TypeStrong/typedoc/commit/1780beb1448d02d6ad7a32237ee8a8f3c86c6ade)
    
    Author: Brian Hulette <hu...@gmail.com>
    
    Closes #2432 from TheNeuralBit/typedoc-upgrade and squashes the following commits:
    
    90b9483b <Brian Hulette> Install typedoc directly from github to get TS 3.0 support
---
 js/package.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/js/package.json b/js/package.json
index 60129e3..2eb1d9b 100644
--- a/js/package.json
+++ b/js/package.json
@@ -96,7 +96,7 @@
     "ts-jest": "22.4.6",
     "ts-node": "7.0.0",
     "tslint": "5.10.0",
-    "typedoc": "0.11.1",
+    "typedoc": "github:typestrong/typedoc#1780beb1448d",
     "typescript": "2.9.2",
     "uglifyjs-webpack-plugin": "1.1.6",
     "webpack": "4.14.0",