mammoth-styled
Advanced tools
1.0.6 / 2021-03-15 | ||
================== | ||
* fix: typeerror | ||
1.0.5 / 2021-03-15 | ||
================== | ||
1.0.4 / 2021-03-10 | ||
@@ -3,0 +13,0 @@ ================== |
@@ -37,3 +37,3 @@ 'use strict'; | ||
return _.find(this.children, function(child) { | ||
return child.name === name; | ||
return child && child.name === name; | ||
}); | ||
@@ -40,0 +40,0 @@ }; |
{ | ||
"name": "mammoth-styled", | ||
"version": "1.0.4", | ||
"version": "1.0.6", | ||
"author": "Zhenjiang Shao <814184517@qq.com>, Michael Williamson <mike@zwobble.org>", | ||
@@ -5,0 +5,0 @@ "description": "Convert Word documents from docx to simple HTML and Markdown with style", |
146539
0.08%