Skip to content
This repository was archived by the owner on Dec 22, 2025. It is now read-only.

Commit d07a07d

Browse files
committed
chore: remove typedoc
1 parent d624b25 commit d07a07d

File tree

4 files changed

+110
-170
lines changed

4 files changed

+110
-170
lines changed

.yarn/install-state.gz

-3.78 KB
Binary file not shown.

package.json

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,10 @@
4747
"@napi-rs/cli": "^2.18.4",
4848
"@taplo/cli": "^0.7.0",
4949
"ava": "^6.0.1",
50-
"cheerio": "^1.0.0-rc.12",
50+
"cheerio": "^1.1.2",
5151
"htmlparser-benchmark": "^1.1.3",
5252
"husky": "^8.0.0",
5353
"js-beautify": "^1.15.1",
54-
"typedoc": "^0.26.4",
55-
"typedoc-plugin-markdown": "^4.2.1",
5654
"typescript": "^5.5.3"
5755
},
5856
"ava": {
@@ -65,14 +63,13 @@
6563
"artifacts": "napi artifacts",
6664
"build": "napi build --platform --release --cargo-name niddle_napi",
6765
"build:debug": "napi build --platform --cargo-name niddle_napi",
68-
"prepublishOnly": "yarn patchdts && yarn docs && napi prepublish -t npm",
66+
"prepublishOnly": "yarn patchdts && napi prepublish -t npm",
6967
"universal": "napi universal",
7068
"version": "napi version",
7169
"test": "ava",
7270
"patchdts": "cat ./patch.d.ts >> ./index.d.ts",
7371
"benchmark": "node ./benchmark/benchmark.mjs",
74-
"prepare": "husky install",
75-
"docs": "npx typedoc && mv ./docs/README.md ./README.md"
72+
"prepare": "husky install"
7673
},
7774
"repository": "https://github.com/xusd320/niddle",
7875
"packageManager": "[email protected]",

typedoc.json

Lines changed: 0 additions & 14 deletions
This file was deleted.

0 commit comments

Comments
 (0)