Comparing version 1.13.0 to 1.14.0
@@ -86,3 +86,3 @@ 'use strict'; | ||
var execChildProcess = exec(cmd, opt, function(err, stdout, stderr) { | ||
if (err) return cb(err); | ||
if (err && (String(stdout).indexOf('no changes added to commit') === 0)) return cb(err); | ||
if (!opt.quiet) gutil.log(stdout, stderr); | ||
@@ -89,0 +89,0 @@ files.forEach(self.push.bind(self)); |
{ | ||
"name": "gulp-git", | ||
"description": "Git plugin for gulp (gulpjs.com)", | ||
"version": "1.13.0", | ||
"version": "1.14.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
66972