lefthook-linux-x64 2.1.0 → 2.1.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.
package/README.md CHANGED
@@ -22,13 +22,13 @@ 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@v2.1.0
25
+ go install github.com/evilmartians/lefthook/v2@v2.1.1
26
26
  ```
27
27
 
28
28
  * or as a go tool
29
29
 
30
30
  ```bash
31
- go get -tool github.com/evilmartians/lefthook
31
+ go get -tool github.com/evilmartians/lefthook/v2@v2.1.0
32
32
  ```
33
33
 
34
34
  With **NPM**:
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.0",
3
+ "version": "2.1.1",
4
4
  "description": "The Linux 64-bit binary for lefthook, git hooks manager.",
5
5
  "preferUnplugged": false,
6
6
  "repository": {