fs-tree-diff
Advanced tools
Comparing version 0.5.5 to 0.5.6
@@ -149,12 +149,4 @@ 'use strict'; | ||
command = removeCommand(x); | ||
removals.push(removeCommand(x)); | ||
if (x.isDirectory()) { | ||
removals.push(command); | ||
} else { | ||
// pre-cleanup file removals should occure in-order, this ensures file | ||
// -> directory transforms work correctly | ||
additions.push(command); | ||
} | ||
// remove additions | ||
@@ -161,0 +153,0 @@ } else if (x.relativePath > y.relativePath) { |
{ | ||
"name": "fs-tree-diff", | ||
"version": "0.5.5", | ||
"version": "0.5.6", | ||
"description": "Backs out file tree changes", | ||
@@ -5,0 +5,0 @@ "main": "lib/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
20990
327