|
@@ -11,7 +11,7 @@
|
11
|
11
|
"build": "npm run clean && tsc && npm run webpack",
|
12
|
12
|
"clean": "rm -rf js",
|
13
|
13
|
"test": "mocha js/test/Test.js",
|
14
|
|
- "docs": "typedoc --out docs ./src --readme ./README.md --plugin typedoc-plugin-markdown --mode file --hideBreadcrumbs"
|
|
14
|
+ "docs": "typedoc --out docs ./src --readme ./README.md --plugin typedoc-plugin-markdown --mode file --hideBreadcrumbs --hideSources"
|
15
|
15
|
},
|
16
|
16
|
"author": "",
|
17
|
17
|
"license": "ISC",
|