Skip to content

Commit d21c1ed

Browse files
committed
use default typedoc template
1 parent 68cfe80 commit d21c1ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"main": "es2015/src/index.js",
66
"scripts": {
77
"build": "webpack --mode=production --reporter basic",
8-
"docs": "typedoc --excludeExternals --excludePrivate --ignoreCompilerErrors --includeDeclarations --hideGenerator --exclude \"dist/*\" --theme \"./docs/theme\" --out ./docs/api",
8+
"docs": "typedoc --excludeExternals --excludePrivate --ignoreCompilerErrors --includeDeclarations --hideGenerator --exclude \"dist/*\" --theme \"default\" --out ./docs/api",
99
"tsc": "tsc",
1010
"dev": "concurrently \"webpack --watch --reporter basic --mode=development\"",
1111
"start": "npm run dev"

0 commit comments

Comments
 (0)