Comparing version 5.0.0-alpha.2 to 5.0.0-alpha.3
@@ -30,3 +30,3 @@ "use strict"; | ||
child_process_1.default.spawnSync('git', ['config', 'core.hooksPath', tmpDir]); | ||
child_process_1.default.spawnSync('git', ['commit'], { | ||
child_process_1.default.spawnSync('git', ['commit', '--author', 'husky <husky@example.com>'], { | ||
stdio: 'inherit', | ||
@@ -33,0 +33,0 @@ env: { |
{ | ||
"name": "husky", | ||
"version": "5.0.0-alpha.2", | ||
"version": "5.0.0-alpha.3", | ||
"description": "Git hooks made easy", | ||
@@ -39,2 +39,3 @@ "bin": "lib/bin.js", | ||
"postpack": "pinst --enable", | ||
"preversion": "npm run build", | ||
"postversion": "git push && git push --tags && npm publish --tag next", | ||
@@ -41,0 +42,0 @@ "prepublish": "pinst --disable", |
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
16573