summaryrefslogtreecommitdiffstats
path: root/lib/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'lib/index.js')
-rw-r--r--lib/index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/index.js b/lib/index.js
index a03f39d..44574fd 100644
--- a/lib/index.js
+++ b/lib/index.js
@@ -19,7 +19,7 @@ var LOG_OPTION = {
var FORMAT_OPTION = {
name: "format",
description: "Format to build to",
- values: ["website", "json"],
+ values: ["website", "json", "ebook"],
defaults: "website"
};