Comparing version 0.3.3 to 0.3.4
@@ -116,3 +116,3 @@ module.exports = Traverse; | ||
}, | ||
delete : function () { | ||
'delete' : function () { | ||
delete state.parent.node[state.key]; | ||
@@ -119,0 +119,0 @@ }, |
{ | ||
"name" : "traverse", | ||
"version" : "0.3.3", | ||
"version" : "0.3.4", | ||
"description" : "Traverse and transform objects by visiting every node on a recursive walk", | ||
@@ -5,0 +5,0 @@ "author" : "James Halliday", |
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
25014