@evilmartians/lefthook-installer
Advanced tools
Comparing version 1.10.9 to 1.10.10
{ | ||
"name": "@evilmartians/lefthook-installer", | ||
"version": "1.10.9", | ||
"version": "1.10.10", | ||
"description": "Simple git hooks manager", | ||
@@ -5,0 +5,0 @@ "main": "bin/index.js", |
@@ -256,24 +256,24 @@ ![Build Status](https://github.com/evilmartians/lefthook/actions/workflows/test.yml/badge.svg?branch=master) | ||
[documentation]: https://evilmartians.github.io/lefthook/ | ||
[configuration]: https://evilmartians.github.io/lefthook/configuration/index.html | ||
[examples]: https://evilmartians.github.io/lefthook/examples/index.html | ||
[installation]: https://evilmartians.github.io/lefthook/installation/ | ||
[usage]: https://evilmartians.github.io/lefthook/usage/index.html | ||
[documentation]: https://lefthook.dev/ | ||
[configuration]: https://lefthook.dev/configuration/index.html | ||
[examples]: https://lefthook.dev/examples/index.html | ||
[installation]: https://lefthook.dev/installation/ | ||
[usage]: https://lefthook.dev/usage/index.html | ||
[discussion]: https://github.com/evilmartians/lefthook/discussions | ||
[install-apt]: https://evilmartians.github.io/lefthook/installation/deb.html | ||
[install-ruby]: https://evilmartians.github.io/lefthook/installation/ruby.html | ||
[install-node]: https://evilmartians.github.io/lefthook/installation/node.html | ||
[install-brew]: https://evilmartians.github.io/lefthook/installation/homebrew.html | ||
[install-winget]: https://evilmartians.github.io/lefthook/installation/winget.html | ||
[install-rpm]: https://evilmartians.github.io/lefthook/installation/rpm.html | ||
[install-arch]: https://evilmartians.github.io/lefthook/installation/arch.html | ||
[install-alpine]: https://evilmartians.github.io/lefthook/installation/alpine.html | ||
[config-parallel]: https://evilmartians.github.io/lefthook/configuration/parallel.html | ||
[config-files]: https://evilmartians.github.io/lefthook/configuration/files.html | ||
[config-glob]: https://evilmartians.github.io/lefthook/configuration/glob.html | ||
[config-run]: https://evilmartians.github.io/lefthook/configuration/run.html | ||
[config-scripts]: https://evilmartians.github.io/lefthook/configuration/Scripts.html | ||
[config-tags]: https://evilmartians.github.io/lefthook/configuration/tags.html | ||
[config-skip_output]: https://evilmartians.github.io/lefthook/configuration/skip_output.html | ||
[config-output]: https://evilmartians.github.io/lefthook/configuration/output.html | ||
[usage-local-config]: https://evilmartians.github.io/lefthook/usage/tips.html#local-config | ||
[install-apt]: https://lefthook.dev/installation/deb.html | ||
[install-ruby]: https://lefthook.dev/installation/ruby.html | ||
[install-node]: https://lefthook.dev/installation/node.html | ||
[install-brew]: https://lefthook.dev/installation/homebrew.html | ||
[install-winget]: https://lefthook.dev/installation/winget.html | ||
[install-rpm]: https://lefthook.dev/installation/rpm.html | ||
[install-arch]: https://lefthook.dev/installation/arch.html | ||
[install-alpine]: https://lefthook.dev/installation/alpine.html | ||
[config-parallel]: https://lefthook.dev/configuration/parallel.html | ||
[config-files]: https://lefthook.dev/configuration/files.html | ||
[config-glob]: https://lefthook.dev/configuration/glob.html | ||
[config-run]: https://lefthook.dev/configuration/run.html | ||
[config-scripts]: https://lefthook.dev/configuration/Scripts.html | ||
[config-tags]: https://lefthook.dev/configuration/tags.html | ||
[config-skip_output]: https://lefthook.dev/configuration/skip_output.html | ||
[config-output]: https://lefthook.dev/configuration/output.html | ||
[usage-local-config]: https://lefthook.dev/usage/tips.html#local-config |
@@ -59,3 +59,13 @@ { | ||
"glob": { | ||
"type": "string" | ||
"oneOf": [ | ||
{ | ||
"type": "string" | ||
}, | ||
{ | ||
"type": "array" | ||
} | ||
], | ||
"items": { | ||
"type": "string" | ||
} | ||
}, | ||
@@ -218,3 +228,13 @@ "root": { | ||
"glob": { | ||
"type": "string" | ||
"oneOf": [ | ||
{ | ||
"type": "string" | ||
}, | ||
{ | ||
"type": "array" | ||
} | ||
], | ||
"items": { | ||
"type": "string" | ||
} | ||
}, | ||
@@ -397,3 +417,3 @@ "root": { | ||
}, | ||
"$comment": "Last updated on 2025.01.16.", | ||
"$comment": "Last updated on 2025.01.21.", | ||
"properties": { | ||
@@ -400,0 +420,0 @@ "min_version": { |
686
24780