We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents acdaea9 + e481deb commit 9c0b263Copy full SHA for 9c0b263
lib/configuration.js
@@ -139,7 +139,7 @@ Configuration.prototype.normalizeLanguage = function() {
139
Configuration.DEFAULT = {
140
// Options that can't be extend
141
"configFile": "book",
142
- "generator": "site",
+ "generator": "website",
143
"extension": null,
144
145
// Book metadats (somes are extracted from the README by default)
package.json
@@ -7,7 +7,7 @@
7
"dependencies": {
8
"q": "1.0.1",
9
"lunr": "0.5.7",
10
- "lodash": "3.2.0",
+ "lodash": "3.5.0",
11
"graceful-fs": "3.0.5",
12
"resolve": "0.6.3",
13
"fs-extra": "0.16.5",
0 commit comments