simple-git-hooks
Advanced tools
Comparing version 2.0.3 to 2.1.0
@@ -11,6 +11,5 @@ #!/usr/bin/env node | ||
setHooksFromConfig(process.cwd()) | ||
console.log('[INFO] Successfully set all git hooks') | ||
} catch (e) { | ||
console.log('[ERROR], Was not able to set git hooks. Error: ' + e) | ||
} | ||
console.log('[INFO] Successfully set all git hooks') |
{ | ||
"name": "simple-git-hooks", | ||
"version": "2.0.3", | ||
"version": "2.1.0", | ||
"description": "A simple, zero dependency tool for setting up git hooks for small projects", | ||
@@ -5,0 +5,0 @@ "author": "Mikhail Gorbunov <toplenboren@gmail.com> (toplenboren.github.io)", |
@@ -17,3 +17,4 @@ const fs = require('fs') | ||
'prepare-commit-msg', | ||
'update' | ||
'update', | ||
'post-merge' | ||
] | ||
@@ -20,0 +21,0 @@ |
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
10147
214