Comparing version 0.3.1 to 0.3.2
@@ -137,3 +137,3 @@ /* | ||
fromFile.once('end', function() { | ||
callback(); | ||
callback(err); | ||
}); | ||
@@ -140,0 +140,0 @@ fromFile.pipe(toFile); |
@@ -5,3 +5,3 @@ { | ||
"author": "Dav Glass <davglass@gmail.com>", | ||
"version": "0.3.1", | ||
"version": "0.3.2", | ||
"dependencies": { | ||
@@ -8,0 +8,0 @@ "graceful-fs": "~1.2.0", |
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
25988