gulp-expect-file
Advanced tools
Comparing version 0.0.2 to 0.0.3
@@ -48,5 +48,8 @@ 'use strict'; | ||
function eachFile(file, encoding, done) { | ||
var originalFile = file; | ||
numTests++; | ||
// To fix relative path to be based on cwd (where gulpfile.js exists) | ||
file = originalFile.clone(); | ||
file.base = file.cwd; | ||
@@ -68,3 +71,3 @@ | ||
} | ||
_this.push(file); | ||
_this.push(originalFile); | ||
done(); | ||
@@ -71,0 +74,0 @@ }); |
{ | ||
"name": "gulp-expect-file", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"author": "Kota Saito <kotas.nico@gmail.com>", | ||
@@ -5,0 +5,0 @@ "copyright": "2014 Kota Saito", |
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
31523
815