Comparing version 4.2.0 to 4.3.0
@@ -101,2 +101,6 @@ var document = require('global/document') | ||
if (typeof node === 'string') { | ||
if (el.lastChild && el.lastChild.nodeName === '#text') { | ||
el.lastChild.nodeValue += node | ||
continue | ||
} | ||
node = document.createTextNode(node) | ||
@@ -103,0 +107,0 @@ } |
{ | ||
"name": "bel", | ||
"version": "4.2.0", | ||
"version": "4.3.0", | ||
"description": "A simple extension to native elements", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
8112
107