Comparing version 0.1.0 to 0.1.1
@@ -5,4 +5,4 @@ module.exports = function(el) { | ||
while (el.children.length) { | ||
c = el.children[0]; | ||
while (el.childNodes.length) { | ||
c = el.childNodes[0]; | ||
el.removeChild(c); | ||
@@ -9,0 +9,0 @@ } |
{ | ||
"name": "min-dom", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "A minimal dom utility toolbelt", | ||
@@ -5,0 +5,0 @@ "scripts": { |
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
48656