Comparing version 2.10.0 to 2.10.1
@@ -20,5 +20,5 @@ 'use strict'; | ||
if (err) return cb(err); | ||
log(stdout, stderr); | ||
if (!opt.quiet) log(stdout, stderr); | ||
cb(null, stdout); | ||
}); | ||
}; |
{ | ||
"name": "gulp-git", | ||
"description": "Git plugin for gulp (gulpjs.com)", | ||
"version": "2.10.0", | ||
"version": "2.10.1", | ||
"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
52399