Comparing version 2.1.3 to 2.1.4
@@ -15,9 +15,9 @@ #!/usr/bin/env node | ||
'git remote set-url origin ' + repo.replace('https://', 'https://' + GH_TOKEN + '@') + ' && ', | ||
'git config user.email o.gasidlo@gmail.com && ', | ||
'git config user.name "zoepage"' | ||
'git config user.email "gregor@martynus.net" && ', | ||
'git config user.name "gr2m"' | ||
] | ||
commands.forEach(function (command) { | ||
console.log('[authorize-push] %s', command) | ||
console.log('[authorize-push] %s', command.replace(GH_TOKEN, '***GH_TOKEN***')) | ||
exec(command) | ||
}) | ||
@@ -47,3 +47,3 @@ { | ||
}, | ||
"version": "2.1.3" | ||
"version": "2.1.4" | ||
} |
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
38405