summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Early <alexander.early@gmail.com>2016-06-30 16:38:23 -0700
committerAlexander Early <alexander.early@gmail.com>2016-06-30 16:38:23 -0700
commit399d74a372b7c5779ea70f470bbffc13806a16a1 (patch)
treea4c4716b89c9d8c59dcf96e23f0deceb8b21085c
parenta42facc6678552277a75c14c0cd78bcb14f714ac (diff)
downloadasync-399d74a372b7c5779ea70f470bbffc13806a16a1.tar.gz
remove unused esdoc config
-rw-r--r--package.json2
-rw-r--r--support/esdoc.json6
2 files changed, 0 insertions, 8 deletions
diff --git a/package.json b/package.json
index 16e9f7e..d395a03 100644
--- a/package.json
+++ b/package.json
@@ -34,7 +34,6 @@
"cheerio": "^0.20.0",
"coveralls": "^2.11.2",
"es6-promise": "^2.3.0",
- "esdoc": "^0.4.7",
"eslint": "^2.11.1",
"fs-extra": "^0.26.7",
"gh-pages-deploy": "^0.4.2",
@@ -63,7 +62,6 @@
"scripts": {
"coverage": "nyc npm test && nyc report",
"coveralls": "nyc npm test && nyc report --reporter=text-lcov | coveralls",
- "doc": "esdoc -c ./support/esdoc.json",
"jsdoc": "jsdoc -c ./support/jsdoc/jsdoc.json && node support/jsdoc/jsdoc-fix-html.js",
"lint": "eslint lib/ mocha_test/ perf/memory.js perf/suites.js perf/benchmark.js support/ karma.conf.js",
"mocha-browser-test": "karma start",
diff --git a/support/esdoc.json b/support/esdoc.json
deleted file mode 100644
index 215d29a..0000000
--- a/support/esdoc.json
+++ /dev/null
@@ -1,6 +0,0 @@
-{
- "source": "./lib",
- "destination": "./docs",
- "excludes": ["internal"],
- "scripts": ["./dist/async.js"]
-}