Remove (unused) typedoc (#383)

* Remove (unused) typedoc

* rm typedoc package
This commit is contained in:
Jaco Greeff
2020-10-17 10:11:46 +02:00
committed by GitHub
parent 42877edd0b
commit d77dddfda0
3 changed files with 0 additions and 24 deletions
-3
View File
@@ -39,9 +39,6 @@
"react-dom": "^16.13.1",
"react-is": "^16.13.1",
"react-native": "^0.63.3",
"typedoc": "^0.19.2",
"typedoc-plugin-markdown": "^3.0.7",
"typedoc-plugin-no-inherit": "^1.2.0",
"vue-template-compiler": "^2.6.12",
"webpack-serve": "^3.2.0"
},
-18
View File
@@ -1,18 +0,0 @@
// Copyright 2017-2020 @polkadot/ui authors & contributors
// SPDX-License-Identifier: Apache-2.0
module.exports = {
exclude: '**/*+(index|e2e|spec).ts',
excludeExternals: true,
excludeNotExported: true,
excludePrivate: true,
excludeProtected: true,
hideGenerator: true,
includeDeclarations: false,
module: 'commonjs',
moduleResolution: 'node',
name: 'Polkadot JS UI libraries',
out: 'docs',
stripInternal: 'true',
theme: 'markdown'
};
-3
View File
@@ -13840,9 +13840,6 @@ fsevents@^1.2.7:
react-dom: ^16.13.1
react-is: ^16.13.1
react-native: ^0.63.3
typedoc: ^0.19.2
typedoc-plugin-markdown: ^3.0.7
typedoc-plugin-no-inherit: ^1.2.0
vue-template-compiler: ^2.6.12
webpack-serve: ^3.2.0
languageName: unknown