lefthook-linux-x64 2.1.1 → 2.1.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.
Files changed (3) hide show
  1. package/README.md +23 -23
  2. package/bin/lefthook +0 -0
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -19,16 +19,16 @@ A Git hooks manager for Node.js, Ruby, Python and many other types of projects.
19
19
 
20
20
  ## Install
21
21
 
22
- With **Go** (>= 1.25):
22
+ With **Go** (>= 1.26):
23
23
 
24
24
  ```bash
25
- go install github.com/evilmartians/lefthook/v2@v2.1.1
25
+ go install github.com/evilmartians/lefthook/v2@v2.1.3
26
26
  ```
27
27
 
28
28
  * or as a go tool
29
29
 
30
30
  ```bash
31
- go get -tool github.com/evilmartians/lefthook/v2@v2.1.0
31
+ go get -tool github.com/evilmartians/lefthook/v2@v2.1.3
32
32
  ```
33
33
 
34
34
  With **NPM**:
@@ -258,24 +258,24 @@ Check [examples][examples]
258
258
 
259
259
 
260
260
  [documentation]: https://lefthook.dev/
261
- [configuration]: https://lefthook.dev/configuration/index.html
262
- [examples]: https://lefthook.dev/examples/lefthook-local.html
263
- [installation]: https://lefthook.dev/installation/
264
- [usage]: https://lefthook.dev/usage/commands.html
261
+ [configuration]: https://lefthook.dev/configuration/index
262
+ [examples]: https://lefthook.dev/examples/lefthook-local
263
+ [installation]: https://lefthook.dev/install/
264
+ [usage]: https://lefthook.dev/usage/
265
265
  [discussion]: https://github.com/evilmartians/lefthook/discussions
266
- [install-apt]: https://lefthook.dev/installation/deb.html
267
- [install-ruby]: https://lefthook.dev/installation/ruby.html
268
- [install-node]: https://lefthook.dev/installation/node.html
269
- [install-brew]: https://lefthook.dev/installation/homebrew.html
270
- [install-winget]: https://lefthook.dev/installation/winget.html
271
- [install-rpm]: https://lefthook.dev/installation/rpm.html
272
- [install-arch]: https://lefthook.dev/installation/arch.html
273
- [install-alpine]: https://lefthook.dev/installation/alpine.html
274
- [config-parallel]: https://lefthook.dev/configuration/parallel.html
275
- [config-files]: https://lefthook.dev/configuration/files.html
276
- [config-glob]: https://lefthook.dev/configuration/glob.html
277
- [config-run]: https://lefthook.dev/configuration/run.html
278
- [config-scripts]: https://lefthook.dev/configuration/Scripts.html
279
- [config-tags]: https://lefthook.dev/configuration/tags.html
280
- [config-output]: https://lefthook.dev/configuration/output.html
281
- [usage-local-config]: https://lefthook.dev/examples/lefthook-local.html
266
+ [install-apt]: https://lefthook.dev/installation/deb
267
+ [install-ruby]: https://lefthook.dev/installation/ruby
268
+ [install-node]: https://lefthook.dev/installation/node
269
+ [install-brew]: https://lefthook.dev/installation/homebrew
270
+ [install-winget]: https://lefthook.dev/installation/winget
271
+ [install-rpm]: https://lefthook.dev/installation/rpm
272
+ [install-arch]: https://lefthook.dev/installation/arch
273
+ [install-alpine]: https://lefthook.dev/installation/alpine
274
+ [config-parallel]: https://lefthook.dev/configuration/parallel
275
+ [config-files]: https://lefthook.dev/configuration/files
276
+ [config-glob]: https://lefthook.dev/configuration/glob
277
+ [config-run]: https://lefthook.dev/configuration/run
278
+ [config-scripts]: https://lefthook.dev/configuration/Scripts
279
+ [config-tags]: https://lefthook.dev/configuration/tags
280
+ [config-output]: https://lefthook.dev/configuration/output
281
+ [usage-local-config]: https://lefthook.dev/examples/lefthook-local
package/bin/lefthook CHANGED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lefthook-linux-x64",
3
- "version": "2.1.1",
3
+ "version": "2.1.3",
4
4
  "description": "The Linux 64-bit binary for lefthook, git hooks manager.",
5
5
  "preferUnplugged": false,
6
6
  "repository": {