summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--support/esdoc.json5
1 files changed, 3 insertions, 2 deletions
diff --git a/support/esdoc.json b/support/esdoc.json
index a2c1d6e..215d29a 100644
--- a/support/esdoc.json
+++ b/support/esdoc.json
@@ -1,5 +1,6 @@
{
"source": "./lib",
"destination": "./docs",
- "excludes": ["internal"]
-} \ No newline at end of file
+ "excludes": ["internal"],
+ "scripts": ["./dist/async.js"]
+}