Comparing version 1.4.2 to 1.4.3
@@ -70,2 +70,4 @@ exports.removeElement = function(elem){ | ||
} | ||
prev.parent = parent; | ||
prev.prev = elem.prev; | ||
@@ -72,0 +74,0 @@ prev.next = elem; |
{ | ||
"name": "domutils", | ||
"version": "1.4.2", | ||
"version": "1.4.3", | ||
"description": "utilities for working with htmlparser2's dom", | ||
@@ -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
16033
509