summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHubert Argasinski <argasinski.hubert@gmail.com>2016-06-20 03:25:04 -0400
committerHubert Argasinski <argasinski.hubert@gmail.com>2016-06-20 03:25:04 -0400
commitf2b83a77082b8ea8286d2375b065d168ad2eafd3 (patch)
tree2eeae65f6e4a843e636c7dc0fbabfb3ceb00d2bf
parent41e15234ec4275a7f641d2a6a3d53b8c407af7ed (diff)
downloadasync-f2b83a77082b8ea8286d2375b065d168ad2eafd3.tar.gz
esdocs: including async script in docs
-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"]
+}