lefthook 1.7.18 → 1.7.21
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 +1 -5
- package/package.json +11 -11
package/README.md
CHANGED
|
@@ -65,8 +65,6 @@ git add -A && git commit -m '...'
|
|
|
65
65
|
- [**Discussions**](https://github.com/evilmartians/lefthook/discussions) for questions, ideas, suggestions.
|
|
66
66
|
<!-- - [**Wiki**](https://github.com/evilmartians/lefthook/wiki) for guides, examples, and benchmarks. -->
|
|
67
67
|
|
|
68
|
-
***
|
|
69
|
-
|
|
70
68
|
## Why Lefthook
|
|
71
69
|
|
|
72
70
|
* ### **Parallel execution**
|
|
@@ -200,9 +198,7 @@ skip_output:
|
|
|
200
198
|
- success #(output from runners with exit code 0)
|
|
201
199
|
```
|
|
202
200
|
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
## Table of contents:
|
|
201
|
+
----
|
|
206
202
|
|
|
207
203
|
### Guides
|
|
208
204
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "lefthook",
|
|
3
|
-
"version": "1.7.
|
|
3
|
+
"version": "1.7.21",
|
|
4
4
|
"description": "Simple git hooks manager",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -23,16 +23,16 @@
|
|
|
23
23
|
},
|
|
24
24
|
"homepage": "https://github.com/evilmartians/lefthook#readme",
|
|
25
25
|
"optionalDependencies": {
|
|
26
|
-
"lefthook-darwin-arm64": "1.7.
|
|
27
|
-
"lefthook-darwin-x64": "1.7.
|
|
28
|
-
"lefthook-linux-arm64": "1.7.
|
|
29
|
-
"lefthook-linux-x64": "1.7.
|
|
30
|
-
"lefthook-freebsd-arm64": "1.7.
|
|
31
|
-
"lefthook-freebsd-x64": "1.7.
|
|
32
|
-
"lefthook-openbsd-arm64": "1.7.
|
|
33
|
-
"lefthook-openbsd-x64": "1.7.
|
|
34
|
-
"lefthook-windows-arm64": "1.7.
|
|
35
|
-
"lefthook-windows-x64": "1.7.
|
|
26
|
+
"lefthook-darwin-arm64": "1.7.21",
|
|
27
|
+
"lefthook-darwin-x64": "1.7.21",
|
|
28
|
+
"lefthook-linux-arm64": "1.7.21",
|
|
29
|
+
"lefthook-linux-x64": "1.7.21",
|
|
30
|
+
"lefthook-freebsd-arm64": "1.7.21",
|
|
31
|
+
"lefthook-freebsd-x64": "1.7.21",
|
|
32
|
+
"lefthook-openbsd-arm64": "1.7.21",
|
|
33
|
+
"lefthook-openbsd-x64": "1.7.21",
|
|
34
|
+
"lefthook-windows-arm64": "1.7.21",
|
|
35
|
+
"lefthook-windows-x64": "1.7.21"
|
|
36
36
|
},
|
|
37
37
|
"scripts": {
|
|
38
38
|
"postinstall": "node postinstall.js"
|