Skip to content

Commit

Permalink
fix typedoc
Browse files Browse the repository at this point in the history
  • Loading branch information
andogq committed Apr 15, 2024
1 parent 5c2cfdf commit 03c6dfa
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<p align="center">
<img width="150" height="150" src="/logo.png" alt="Logo" />
<img width="150" height="150" src="media/logo.png" alt="Logo" />
</p>

<p align="center">
Expand Down
Binary file added media/favicon.ico
Binary file not shown.
File renamed without changes
14 changes: 12 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"lint": "tsc && eslint .",
"format": "eslint --fix .",
"build": "tsup ./src/index.ts --format esm,cjs --dts",
"doc": "typedoc ./src",
"doc": "typedoc ./src --media ./media --plugin typedoc-plugin-extras --favicon ./media/favicon.ico",
"test": "vitest",
"ci:release": "npm run build && changeset publish"
},
Expand Down Expand Up @@ -47,6 +47,7 @@
"prettier": "3.2.5",
"tsup": "^8.0.1",
"typedoc": "^0.25.7",
"typedoc-plugin-extras": "^3.0.0",
"typescript": "^5.3.3",
"typescript-eslint": "^7.6.0",
"vitest": "^1.2.0"
Expand Down

0 comments on commit 03c6dfa

Please sign in to comment.