Comparing version 9.1.5 to 9.1.6
@@ -18,3 +18,3 @@ #!/usr/bin/env node | ||
try { f.mkdirSync('.husky') } catch {} | ||
w('.husky/pre-commit', p.env.npm_config_user_agent?.split('/')[0] ?? 'npm' + ' test\n') | ||
w('.husky/pre-commit', (p.env.npm_config_user_agent?.split('/')[0] ?? 'npm') + ' test\n') | ||
p.exit() | ||
@@ -27,2 +27,2 @@ } | ||
p.stdout.write(i(a == 'install' ? undefined : a)) | ||
p.stdout.write(i(a == 'install' ? undefined : a)) |
{ | ||
"name": "husky", | ||
"version": "9.1.5", | ||
"version": "9.1.6", | ||
"type": "module", | ||
@@ -5,0 +5,0 @@ "description": "Modern native Git hooks", |
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
4033
42