From e7e8fe4d08a3ba077a5bfdd647e7c4e6a3622424 Mon Sep 17 00:00:00 2001 From: William Candillon Date: Sat, 14 Mar 2015 11:35:28 -0700 Subject: [PATCH 1/2] :arrow_up: Bump to lodash 3.5.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index cb315d0b7..94aaa14cd 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", From 6d3ac6074c4f4a9281466b110c0be769e0524ccd Mon Sep 17 00:00:00 2001 From: William Candillon Date: Sat, 14 Mar 2015 15:45:15 -0700 Subject: [PATCH 2/2] :lipstick: Update default generator --- lib/configuration.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/configuration.js b/lib/configuration.js index cc342c586..1bd2fa3cd 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)