Comparing version 9.0.4 to 9.0.5
@@ -10,3 +10,3 @@ #!/usr/bin/env node | ||
let d = JSON.parse(f.readFileSync(p)) | ||
(d.scripts ||= {}).prepare = 'husky' | ||
;(d.scripts ||= {}).prepare = 'husky' | ||
w('package.json', JSON.stringify(d, null, /\t/.test() ? '\t' : 2) + '\n') | ||
@@ -13,0 +13,0 @@ process.stdout.write(i()) |
{ | ||
"name": "husky", | ||
"version": "9.0.4", | ||
"version": "9.0.5", | ||
"description": "Modern native Git hooks", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
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
3665