diff --git a/package.json b/package.json index 021174a..c295f4c 100644 --- a/package.json +++ b/package.json @@ -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",