@evilmartians/lefthook 1.13.4 → 1.13.5

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 CHANGED
@@ -1,5 +1,5 @@
1
1
  ![Build Status](https://github.com/evilmartians/lefthook/actions/workflows/test.yml/badge.svg?branch=master)
2
- [![Coverage Status](https://coveralls.io/repos/github/evilmartians/lefthook/badge.svg?branch=master)](https://coveralls.io/github/evilmartians/lefthook?branch=master)
2
+ [![codecov](https://codecov.io/gh/evilmartians/lefthook/graph/badge.svg?token=d93ya8MfmB)](https://codecov.io/gh/evilmartians/lefthook)
3
3
 
4
4
  # Lefthook
5
5
 
@@ -22,7 +22,7 @@ A Git hooks manager for Node.js, Ruby, Python and many other types of projects.
22
22
  With **Go** (>= 1.25):
23
23
 
24
24
  ```bash
25
- go install github.com/evilmartians/lefthook@latest
25
+ go install github.com/evilmartians/lefthook@v1.13.5
26
26
  ```
27
27
 
28
28
  * or as a go tool
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@evilmartians/lefthook",
3
- "version": "1.13.4",
3
+ "version": "1.13.5",
4
4
  "description": "Simple git hooks manager",
5
5
  "main": "bin/index.js",
6
6
  "files": [
package/schema.json CHANGED
@@ -426,7 +426,7 @@
426
426
  "type": "object"
427
427
  }
428
428
  },
429
- "$comment": "Last updated on 2025.09.23.",
429
+ "$comment": "Last updated on 2025.09.27.",
430
430
  "properties": {
431
431
  "min_version": {
432
432
  "type": "string",