lefthook 1.8.0 → 1.8.1

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 (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +11 -11
package/README.md CHANGED
@@ -21,7 +21,7 @@ A Git hooks manager for Node.js, Ruby, Python and many other types of projects.
21
21
 
22
22
  ## Install
23
23
 
24
- With **Go** (>= 1.22):
24
+ With **Go** (>= 1.23):
25
25
 
26
26
  ```bash
27
27
  go install github.com/evilmartians/lefthook@latest
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lefthook",
3
- "version": "1.8.0",
3
+ "version": "1.8.1",
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.8.0",
27
- "lefthook-darwin-x64": "1.8.0",
28
- "lefthook-linux-arm64": "1.8.0",
29
- "lefthook-linux-x64": "1.8.0",
30
- "lefthook-freebsd-arm64": "1.8.0",
31
- "lefthook-freebsd-x64": "1.8.0",
32
- "lefthook-openbsd-arm64": "1.8.0",
33
- "lefthook-openbsd-x64": "1.8.0",
34
- "lefthook-windows-arm64": "1.8.0",
35
- "lefthook-windows-x64": "1.8.0"
26
+ "lefthook-darwin-arm64": "1.8.1",
27
+ "lefthook-darwin-x64": "1.8.1",
28
+ "lefthook-linux-arm64": "1.8.1",
29
+ "lefthook-linux-x64": "1.8.1",
30
+ "lefthook-freebsd-arm64": "1.8.1",
31
+ "lefthook-freebsd-x64": "1.8.1",
32
+ "lefthook-openbsd-arm64": "1.8.1",
33
+ "lefthook-openbsd-x64": "1.8.1",
34
+ "lefthook-windows-arm64": "1.8.1",
35
+ "lefthook-windows-x64": "1.8.1"
36
36
  },
37
37
  "scripts": {
38
38
  "postinstall": "node postinstall.js"