Skip to content

Commit

Permalink
fix(docs): typedoc does no longer support plugin=none
Browse files Browse the repository at this point in the history
Since v0.24.0 this is the case, see TypeStrong/typedoc#1598 (comment)
  • Loading branch information
mikaello committed Oct 20, 2023
1 parent 03721ac commit aa76609
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -6,7 +6,7 @@
"types": "dist/index.d.ts",
"scripts": {
"generate-docs": "typedoc --readme none --plugin typedoc-plugin-markdown --disableSources --excludePrivate false --out docs src",
"generate-html-docs": "typedoc --readme none --plugin none --out html src",
"generate-html-docs": "typedoc --readme none --out html src",
"prepare": "npm run build && cp export.flow.js dist/index.flow.js",
"build": "tsc",
"start": "tsc --watch",
Expand Down

0 comments on commit aa76609

Please sign in to comment.