honkit 4.0.7 → 4.0.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/parse/parseConfig.js +1 -1
- package/package.json +8 -8
package/lib/parse/parseConfig.js
CHANGED
|
@@ -41,7 +41,7 @@ function parseConfig(book) {
|
|
|
41
41
|
let values = result ? result.values : {};
|
|
42
42
|
values = (0, validateConfig_1.default)(values);
|
|
43
43
|
// Set the file
|
|
44
|
-
if (result.file) {
|
|
44
|
+
if (result && result.file) {
|
|
45
45
|
config = config.setFile(result.file);
|
|
46
46
|
}
|
|
47
47
|
// Merge with old values
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "honkit",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.8",
|
|
4
4
|
"description": "HonKit is building beautiful books using Markdown.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"git",
|
|
@@ -37,10 +37,10 @@
|
|
|
37
37
|
"updateSnapshot": "jest src -u"
|
|
38
38
|
},
|
|
39
39
|
"dependencies": {
|
|
40
|
-
"@honkit/asciidoc": "^4.0.
|
|
41
|
-
"@honkit/honkit-plugin-highlight": "^4.0.
|
|
42
|
-
"@honkit/honkit-plugin-theme-default": "^4.0.
|
|
43
|
-
"@honkit/markdown-legacy": "^4.0.
|
|
40
|
+
"@honkit/asciidoc": "^4.0.8",
|
|
41
|
+
"@honkit/honkit-plugin-highlight": "^4.0.8",
|
|
42
|
+
"@honkit/honkit-plugin-theme-default": "^4.0.8",
|
|
43
|
+
"@honkit/markdown-legacy": "^4.0.8",
|
|
44
44
|
"bash-color": "^0.0.4",
|
|
45
45
|
"cheerio": "^1.0.0-rc.12",
|
|
46
46
|
"chokidar": "^3.3.0",
|
|
@@ -81,7 +81,7 @@
|
|
|
81
81
|
"open": "^7.0.0",
|
|
82
82
|
"q": "^1.5.1",
|
|
83
83
|
"resolve": "^1.17.0",
|
|
84
|
-
"semver": "^5.
|
|
84
|
+
"semver": "^7.5.2",
|
|
85
85
|
"send": "^0.17.1",
|
|
86
86
|
"tiny-lr": "^1.1.1",
|
|
87
87
|
"tmp": "0.0.28",
|
|
@@ -89,7 +89,7 @@
|
|
|
89
89
|
"urijs": "^1.19.6"
|
|
90
90
|
},
|
|
91
91
|
"devDependencies": {
|
|
92
|
-
"@honkit/internal-test-utils": "^4.0.
|
|
92
|
+
"@honkit/internal-test-utils": "^4.0.8",
|
|
93
93
|
"@relmify/jest-serializer-strip-ansi": "^1.0.2",
|
|
94
94
|
"@types/nunjucks": "^3.1.3",
|
|
95
95
|
"cross-env": "^7.0.3",
|
|
@@ -98,5 +98,5 @@
|
|
|
98
98
|
"rimraf": "^3.0.2",
|
|
99
99
|
"typescript": "^4.1.3"
|
|
100
100
|
},
|
|
101
|
-
"gitHead": "
|
|
101
|
+
"gitHead": "6a2337bdac8357887496ce7e84a8184e40907235"
|
|
102
102
|
}
|