Skip to content

Commit 3db373e

Browse files
committed
Revert "Fix typedoc"
This reverts commit d927a26.
1 parent 495ccd7 commit 3db373e

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,5 @@ jobs:
1515
- run: npm run lint
1616
- name: Test documentation
1717
run: |
18+
npm install [email protected]
1819
npx typedoc src/index.ts --excludePrivate --treatValidationWarningsAsErrors

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@
6666
"sass": "^1.49.9",
6767
"sass-loader": "^12.6.0",
6868
"ts-loader": "^9.2.8",
69-
"typedoc": "^0.25.0",
7069
"typescript": "^4.6.3",
7170
"webpack": "^5.70.0",
7271
"webpack-cli": "^4.10.0"

0 commit comments

Comments
 (0)