This commit is contained in:
2019-09-22 17:49:06 +02:00
parent 530f55bc90
commit d237067e4a
+1 -1
View File
@@ -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 --hideBreadcrumbs"
"docs": "typedoc --out docs ./src --readme ./README.md --plugin typedoc-plugin-markdown --mode file --hideBreadcrumbs --hideSources"
},
"author": "",
"license": "ISC",