hide breadcrumbs

This commit is contained in:
wat
2019-09-22 16:00:15 +02:00
parent 206df1cae6
commit 7857ebb6ba
+1 -1
View File
@@ -11,7 +11,7 @@
"build": "npm run clean && tsc && npm run webpack", "build": "npm run clean && tsc && npm run webpack",
"clean": "rm -rf js", "clean": "rm -rf js",
"test": "mocha js/test/Test.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": "", "author": "",
"license": "ISC", "license": "ISC",