Skip to content

Commit 1d3122e

Browse files
committed
simplify apidoc script
1 parent 27a56cc commit 1d3122e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"test:lint": "eslint .",
4040
"test:types": "tsc -p . --noEmit",
4141
"test:spec": "vitest run",
42-
"apidoc": "documentation readme src/index.ts --section API --markdown-toc false --parse-extension ts --require-extension ts"
42+
"apidoc": "documentation readme src --section API --markdown-toc false --parse-extension ts"
4343
},
4444
"keywords": [
4545
"proxy",

0 commit comments

Comments
 (0)