summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGraeme Yeates <yeatesgraeme@gmail.com>2016-06-20 09:56:18 -0400
committerGitHub <noreply@github.com>2016-06-20 09:56:18 -0400
commit9734e34adfc9efc09a936a0f1b4a64fa4731888b (patch)
tree2eeae65f6e4a843e636c7dc0fbabfb3ceb00d2bf
parent41e15234ec4275a7f641d2a6a3d53b8c407af7ed (diff)
parentf2b83a77082b8ea8286d2375b065d168ad2eafd3 (diff)
downloadasync-docs.tar.gz
Merge pull request #1192 from hargasinski/docsdocs
Including a copy of `async` in the 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"]
+}