chore: remove typedoc
This commit is contained in:
parent
4665ee39f7
commit
b7339c25e5
@ -16,7 +16,6 @@
|
|||||||
"jest": "^24.9.0",
|
"jest": "^24.9.0",
|
||||||
"ts-jest": "^24.1.0",
|
"ts-jest": "^24.1.0",
|
||||||
"tsd": "^0.10.0",
|
"tsd": "^0.10.0",
|
||||||
"typedoc": "^0.15.0",
|
|
||||||
"typescript": "^3.6.4",
|
"typescript": "^3.6.4",
|
||||||
"updeep": "^1.2.0"
|
"updeep": "^1.2.0"
|
||||||
},
|
},
|
||||||
@ -26,7 +25,7 @@
|
|||||||
"description": "Updeep-friendly Redux helper framework",
|
"description": "Updeep-friendly Redux helper framework",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"docsify:serve": "docsify serve docs",
|
"docsify:serve": "docsify serve docs",
|
||||||
"build": "tsc && typedoc",
|
"build": "tsc",
|
||||||
"test": "jest"
|
"test": "jest"
|
||||||
},
|
},
|
||||||
"version": "1.2.0",
|
"version": "1.2.0",
|
||||||
|
Loading…
Reference in New Issue
Block a user