From dc6d89d9bf06167e8928096a5ca5f95141dbaa9b Mon Sep 17 00:00:00 2001 From: Hristo Deshev Date: Fri, 17 Feb 2017 13:24:49 +0200 Subject: [PATCH] Use typedoc theme from GitHub master branch. Until we get the NPM release back in check. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c21c04cba..1e43665ea 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "http-server": "^0.9.0", "markdown-snippet-injector": "0.1.1", "mocha": "2.2.5", - "nativescript-typedoc-theme": "0.0.7", + "nativescript-typedoc-theme": "git+https://github.com/NativeScript/nativescript-typedoc-theme.git#master", "shelljs": "^0.7.0", "time-grunt": "1.3.0", "tslint": "^4.4.2",