Skip to content

Commit 4091ab8

Browse files
committed
Fix readme for typedoc
1 parent 5fc9f0e commit 4091ab8

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@
2828
"example": "examples"
2929
},
3030
"scripts": {
31-
"prepublishOnly": "cp src/README.md README.md",
32-
"postpublish": "git checkout README.md",
3331
"clean": "rm -rf dist tsconfig.tsbuildinfo",
3432
"test": "vitest run",
3533
"generate": "node scripts/generate.js && npm run format",

src/typedoc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"theme": "typedoc-github-theme",
2828
"lightHighlightTheme": "github-light",
2929
"darkHighlightTheme": "github-dark",
30-
"readme": "./README.md",
30+
"readme": "../README.md",
3131
"exclude": [
3232
"**/node_modules/**",
3333
"**/dist/**",

0 commit comments

Comments
 (0)