From 362fda37c9def0c816da59a0ae139c85a929e43d Mon Sep 17 00:00:00 2001 From: Vladimir Mandic Date: Fri, 9 Apr 2021 21:53:48 -0400 Subject: [PATCH] fix typedoc --- CHANGELOG.md | 4 ++++ README.md | 2 +- tsconfig.json | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bd8213ac..b0f1891b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,10 @@ Repository: **** ## Changelog +### **HEAD -> main** 2021/04/09 mandic00@live.com + +- exception handling + ### **1.4.1** 2021/04/09 mandic00@live.com - add modelbasepath option diff --git a/README.md b/README.md index 9207de20..6982c04c 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ Check out [**Live Demo**](https://vladmandic.github.io/human/demo/index.html) fo *Suggestions are welcome!* -


+

## Options diff --git a/tsconfig.json b/tsconfig.json index 59960cd3..2e215a12 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -21,7 +21,7 @@ "allowJs": true }, "formatCodeOptions": { "indentSize": 2, "tabSize": 2 }, - "include": ["src/*", "src/***/*", "demo/*", "demo/helpers/gl-bench.js", "demo/helpers/menu.js"], + "include": ["src/*", "src/***/*"], "typedocOptions": { "excludePrivate": true, "excludeExternals": true,