Skip to content

Commit 9c0b263

Browse files
committed
Merge branch master
2 parents acdaea9 + e481deb commit 9c0b263

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/configuration.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ Configuration.prototype.normalizeLanguage = function() {
139139
Configuration.DEFAULT = {
140140
// Options that can't be extend
141141
"configFile": "book",
142-
"generator": "site",
142+
"generator": "website",
143143
"extension": null,
144144

145145
// Book metadats (somes are extracted from the README by default)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"dependencies": {
88
"q": "1.0.1",
99
"lunr": "0.5.7",
10-
"lodash": "3.2.0",
10+
"lodash": "3.5.0",
1111
"graceful-fs": "3.0.5",
1212
"resolve": "0.6.3",
1313
"fs-extra": "0.16.5",

0 commit comments

Comments
 (0)