Skip to content

Commit

Permalink
Remove typedoc theme
Browse files Browse the repository at this point in the history
Signed-off-by: lovesh <[email protected]>
  • Loading branch information
lovesh committed Nov 25, 2024
1 parent 3992a74 commit 90b4fe5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"test-ps": "TEST_SIGNATURE_SCHEME=PS yarn jest",
"test-bbdt16": "TEST_SIGNATURE_SCHEME=BBDT16 yarn jest",
"test-all": "yarn test-bbs && yarn test-bbs+ && yarn test-ps && yarn test-bbdt16",
"typedoc": "typedoc src --plugin typedoc-github-theme --out __typedoc__"
"typedoc": "typedoc src --out __typedoc__"
},
"license": "Apache-2.0",
"private": false,
Expand Down

0 comments on commit 90b4fe5

Please sign in to comment.