hide breadcrumbs
This commit is contained in:
+1
-1
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user