summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/configuration.js2
-rw-r--r--package.json2
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/configuration.js b/lib/configuration.js
index 777716e..fee40fc 100644
--- a/lib/configuration.js
+++ b/lib/configuration.js
@@ -139,7 +139,7 @@ Configuration.prototype.normalizeLanguage = function() {
Configuration.DEFAULT = {
// Options that can't be extend
"configFile": "book",
- "generator": "site",
+ "generator": "website",
"extension": null,
// Book metadats (somes are extracted from the README by default)
diff --git a/package.json b/package.json
index cb315d0..94aaa14 100644
--- a/package.json
+++ b/package.json
@@ -7,7 +7,7 @@
"dependencies": {
"q": "1.0.1",
"lunr": "0.5.7",
- "lodash": "3.2.0",
+ "lodash": "3.5.0",
"graceful-fs": "3.0.5",
"resolve": "0.6.3",
"fs-extra": "0.16.5",