Comparing version 2.6.0 to 2.7.0
@@ -28,3 +28,3 @@ 'use strict'; | ||
files.push(file); | ||
paths.push(path.relative(opt.cwd, file.path).replace('\\', '/')); | ||
paths.push(path.relative(opt.cwd, file.path).replace('\\', '/') || '.'); | ||
cb(); | ||
@@ -31,0 +31,0 @@ }; |
{ | ||
"name": "gulp-git", | ||
"description": "Git plugin for gulp (gulpjs.com)", | ||
"version": "2.6.0", | ||
"version": "2.7.0", | ||
"homepage": "http://github.com/stevelacy/gulp-git", | ||
@@ -6,0 +6,0 @@ "repository": { |
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
50935