@evilmartians/lefthook 1.10.10 → 1.11.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -4
- package/bin/lefthook-darwin-arm64/lefthook +0 -0
- package/bin/lefthook-darwin-x64/lefthook +0 -0
- package/bin/lefthook-freebsd-arm64/lefthook +0 -0
- package/bin/lefthook-freebsd-x64/lefthook +0 -0
- package/bin/lefthook-linux-arm64/lefthook +0 -0
- package/bin/lefthook-linux-x64/lefthook +0 -0
- package/bin/lefthook-openbsd-arm64/lefthook +0 -0
- package/bin/lefthook-openbsd-x64/lefthook +0 -0
- package/bin/lefthook-windows-arm64/lefthook.exe +0 -0
- package/bin/lefthook-windows-x64/lefthook.exe +0 -0
- package/package.json +1 -1
- package/schema.json +4 -1
package/README.md
CHANGED
|
@@ -15,12 +15,10 @@ A Git hooks manager for Node.js, Ruby, Python and many other types of projects.
|
|
|
15
15
|
* **Powerful.** It allows to control execution and files you pass to your commands.
|
|
16
16
|
* **Simple.** It is single dependency-free binary which can work in any environment.
|
|
17
17
|
|
|
18
|
-
📖 [
|
|
19
|
-
|
|
20
|
-
📖 [Read the documentation][documentation]
|
|
18
|
+
📖 [Introduction post](https://evilmartians.com/chronicles/lefthook-knock-your-teams-code-back-into-shape?utm_source=lefthook)
|
|
21
19
|
|
|
22
20
|
<a href="https://evilmartians.com/?utm_source=lefthook">
|
|
23
|
-
<img src="https://evilmartians.com/badges/sponsored-by-evil-martians.svg" alt="Sponsored by Evil Martians" width="
|
|
21
|
+
<img src="https://evilmartians.com/badges/sponsored-by-evil-martians.svg" alt="Sponsored by Evil Martians" width="100%" height="54"></a>
|
|
24
22
|
|
|
25
23
|
## Install
|
|
26
24
|
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/package.json
CHANGED
package/schema.json
CHANGED
|
@@ -412,7 +412,7 @@
|
|
|
412
412
|
"type": "object"
|
|
413
413
|
}
|
|
414
414
|
},
|
|
415
|
-
"$comment": "Last updated on 2025.01.
|
|
415
|
+
"$comment": "Last updated on 2025.01.31.",
|
|
416
416
|
"properties": {
|
|
417
417
|
"min_version": {
|
|
418
418
|
"type": "string",
|
|
@@ -504,6 +504,9 @@
|
|
|
504
504
|
"$ref": "#/$defs/Remote",
|
|
505
505
|
"description": "Deprecated: use remotes"
|
|
506
506
|
},
|
|
507
|
+
"$schema": {
|
|
508
|
+
"type": "string"
|
|
509
|
+
},
|
|
507
510
|
"pre-commit": {
|
|
508
511
|
"$ref": "#/$defs/Hook"
|
|
509
512
|
},
|