@shopify/liquid-html-parser
Advanced tools
Comparing version 2.3.0 to 2.3.2
@@ -1038,3 +1038,3 @@ "use strict"; | ||
function toNullableTextNode(node) { | ||
if (!node) | ||
if (!node || node.value === '') | ||
return null; | ||
@@ -1041,0 +1041,0 @@ return toTextNode(node); |
{ | ||
"name": "@shopify/liquid-html-parser", | ||
"version": "2.3.0", | ||
"version": "2.3.2", | ||
"description": "Liquid HTML parser by Shopify", | ||
@@ -9,7 +9,7 @@ "author": "CP Clermont <cp.clermont@shopify.com>", | ||
"type": "git", | ||
"url": "https://github.com/shopify/theme-tools.git", | ||
"url": "https://github.com/Shopify/theme-tools.git", | ||
"directory": "packages/liquid-html-parser" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/shopify/theme-tools/issues" | ||
"url": "https://github.com/Shopify/theme-tools/issues" | ||
}, | ||
@@ -16,0 +16,0 @@ "license": "MIT", |
166990