lefthook 1.4.6 → 1.4.8

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 -0
  2. package/package.json +9 -9
package/README.md CHANGED
@@ -196,6 +196,7 @@ skip_output:
196
196
  * [Install with Node.js](./docs/install.md#node)
197
197
  * [Install with Ruby](./docs/install.md#ruby)
198
198
  * [Install with Homebrew](./docs/install.md#homebrew)
199
+ * [Install with Winget](./docs/install.md#winget)
199
200
  * [Install for Debian-based Linux](./docs/install.md#deb)
200
201
  * [Install for RPM-based Linux](./docs/install.md#rpm)
201
202
  * [Install for Arch Linux](./docs/install.md#arch)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lefthook",
3
- "version": "1.4.6",
3
+ "version": "1.4.8",
4
4
  "description": "Simple git hooks manager",
5
5
  "main": "index.js",
6
6
  "repository": "https://github.com/evilmartians/lefthook",
@@ -20,14 +20,14 @@
20
20
  },
21
21
  "homepage": "https://github.com/evilmartians/lefthook#readme",
22
22
  "optionalDependencies": {
23
- "lefthook-darwin-arm64": "1.4.6",
24
- "lefthook-darwin-x64": "1.4.6",
25
- "lefthook-linux-arm64": "1.4.6",
26
- "lefthook-linux-x64": "1.4.6",
27
- "lefthook-freebsd-arm64": "1.4.6",
28
- "lefthook-freebsd-x64": "1.4.6",
29
- "lefthook-windows-arm64": "1.4.6",
30
- "lefthook-windows-x64": "1.4.6"
23
+ "lefthook-darwin-arm64": "1.4.8",
24
+ "lefthook-darwin-x64": "1.4.8",
25
+ "lefthook-linux-arm64": "1.4.8",
26
+ "lefthook-linux-x64": "1.4.8",
27
+ "lefthook-freebsd-arm64": "1.4.8",
28
+ "lefthook-freebsd-x64": "1.4.8",
29
+ "lefthook-windows-arm64": "1.4.8",
30
+ "lefthook-windows-x64": "1.4.8"
31
31
  },
32
32
  "scripts": {
33
33
  "postinstall": "node postinstall.js"