@evilmartians/lefthook 2.0.0 → 2.0.2

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
@@ -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@v2.0.0
25
+ go install github.com/evilmartians/lefthook/v2@v2.0.2
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": "2.0.0",
3
+ "version": "2.0.2",
4
4
  "description": "Simple git hooks manager",
5
5
  "main": "bin/index.js",
6
6
  "files": [
package/schema.json CHANGED
@@ -432,7 +432,7 @@
432
432
  "type": "object"
433
433
  }
434
434
  },
435
- "$comment": "Last updated on 2025.10.01.",
435
+ "$comment": "Last updated on 2025.10.24.",
436
436
  "properties": {
437
437
  "min_version": {
438
438
  "type": "string",