lefthook 1.12.2 → 1.12.3
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 +4 -4
- package/package.json +11 -11
package/README.md
CHANGED
|
@@ -71,7 +71,7 @@ git add -A && git commit -m '...'
|
|
|
71
71
|
#### More details
|
|
72
72
|
|
|
73
73
|
- [**Configuration**][configuration] for `lefthook.yml` config options.
|
|
74
|
-
- [**Usage**][usage] for **lefthook** CLI options,
|
|
74
|
+
- [**Usage**][usage] for **lefthook** CLI options, and features.
|
|
75
75
|
- [**Discussions**][discussion] for questions, ideas, suggestions.
|
|
76
76
|
<!-- - [**Wiki**](https://github.com/evilmartians/lefthook/wiki) for guides, examples, and benchmarks. -->
|
|
77
77
|
|
|
@@ -257,9 +257,9 @@ Check [examples][examples]
|
|
|
257
257
|
|
|
258
258
|
[documentation]: https://lefthook.dev/
|
|
259
259
|
[configuration]: https://lefthook.dev/configuration/index.html
|
|
260
|
-
[examples]: https://lefthook.dev/examples/
|
|
260
|
+
[examples]: https://lefthook.dev/examples/lefthook-local.html
|
|
261
261
|
[installation]: https://lefthook.dev/installation/
|
|
262
|
-
[usage]: https://lefthook.dev/usage/
|
|
262
|
+
[usage]: https://lefthook.dev/usage/commands.html
|
|
263
263
|
[discussion]: https://github.com/evilmartians/lefthook/discussions
|
|
264
264
|
[install-apt]: https://lefthook.dev/installation/deb.html
|
|
265
265
|
[install-ruby]: https://lefthook.dev/installation/ruby.html
|
|
@@ -277,4 +277,4 @@ Check [examples][examples]
|
|
|
277
277
|
[config-tags]: https://lefthook.dev/configuration/tags.html
|
|
278
278
|
[config-skip_output]: https://lefthook.dev/configuration/skip_output.html
|
|
279
279
|
[config-output]: https://lefthook.dev/configuration/output.html
|
|
280
|
-
[usage-local-config]: https://lefthook.dev/
|
|
280
|
+
[usage-local-config]: https://lefthook.dev/examples/lefthook-local.html
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "lefthook",
|
|
3
|
-
"version": "1.12.
|
|
3
|
+
"version": "1.12.3",
|
|
4
4
|
"description": "Simple git hooks manager",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -28,16 +28,16 @@
|
|
|
28
28
|
},
|
|
29
29
|
"homepage": "https://github.com/evilmartians/lefthook#readme",
|
|
30
30
|
"optionalDependencies": {
|
|
31
|
-
"lefthook-darwin-arm64": "1.12.
|
|
32
|
-
"lefthook-darwin-x64": "1.12.
|
|
33
|
-
"lefthook-linux-arm64": "1.12.
|
|
34
|
-
"lefthook-linux-x64": "1.12.
|
|
35
|
-
"lefthook-freebsd-arm64": "1.12.
|
|
36
|
-
"lefthook-freebsd-x64": "1.12.
|
|
37
|
-
"lefthook-openbsd-arm64": "1.12.
|
|
38
|
-
"lefthook-openbsd-x64": "1.12.
|
|
39
|
-
"lefthook-windows-arm64": "1.12.
|
|
40
|
-
"lefthook-windows-x64": "1.12.
|
|
31
|
+
"lefthook-darwin-arm64": "1.12.3",
|
|
32
|
+
"lefthook-darwin-x64": "1.12.3",
|
|
33
|
+
"lefthook-linux-arm64": "1.12.3",
|
|
34
|
+
"lefthook-linux-x64": "1.12.3",
|
|
35
|
+
"lefthook-freebsd-arm64": "1.12.3",
|
|
36
|
+
"lefthook-freebsd-x64": "1.12.3",
|
|
37
|
+
"lefthook-openbsd-arm64": "1.12.3",
|
|
38
|
+
"lefthook-openbsd-x64": "1.12.3",
|
|
39
|
+
"lefthook-windows-arm64": "1.12.3",
|
|
40
|
+
"lefthook-windows-x64": "1.12.3"
|
|
41
41
|
},
|
|
42
42
|
"scripts": {
|
|
43
43
|
"postinstall": "node postinstall.js"
|