Skip to content
This repository has been archived by the owner on Jan 21, 2024. It is now read-only.

Commit

Permalink
Use typedoc 0.16.9
Browse files Browse the repository at this point in the history
  • Loading branch information
postatum committed Jan 29, 2020
1 parent 9514105 commit c6cf96b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/generate-js-docs.sh
Expand Up @@ -20,7 +20,7 @@ cp ./js/module/typings/webapi-parser.d.ts ./docs/js/tmp_module/webapi-parser.d.t
cd ./docs/js/tmp_module

npm init -y
npm install -g typedoc@0.15.4
npm install -g typedoc@0.16.9

curl https://raw.githubusercontent.com/aml-org/amf/master/amf-client/js/typings/amf-client-js.d.ts -o amf-client-js.d.ts
typedoc --out ./gendocs ./webapi-parser.d.ts ./amf-client-js.d.ts \
Expand Down

0 comments on commit c6cf96b

Please sign in to comment.