From 7857ebb6ba0efa550f92f2f814c2416a1201f659 Mon Sep 17 00:00:00 2001 From: wat Date: Sun, 22 Sep 2019 16:00:15 +0200 Subject: [PATCH] hide breadcrumbs --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6909630..28603ac 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "build": "npm run clean && tsc && npm run webpack", "clean": "rm -rf js", "test": "mocha js/test/Test.js", - "docs": "typedoc --out docs ./src --readme ./README.md --plugin typedoc-plugin-markdown --mode file" + "docs": "typedoc --out docs ./src --readme ./README.md --plugin typedoc-plugin-markdown --mode file --hideBreadcrumbs" }, "author": "", "license": "ISC",