Skip to content

Commit

Permalink
update typedoc theme
Browse files Browse the repository at this point in the history
  • Loading branch information
andogq committed Apr 15, 2024
1 parent 03c6dfa commit ef2b1fa
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 1 deletion.
33 changes: 33 additions & 0 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 --media ./media --plugin typedoc-plugin-extras --favicon ./media/favicon.ico",
"doc": "typedoc ./src --media ./media --plugin typedoc-plugin-extras --favicon ./media/favicon.ico --footerLastModified true --plugin typedoc-material-theme --themeColor '#03284e'",
"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-material-theme": "^1.0.2",
"typedoc-plugin-extras": "^3.0.0",
"typescript": "^5.3.3",
"typescript-eslint": "^7.6.0",
Expand Down

0 comments on commit ef2b1fa

Please sign in to comment.