lefthook 1.10.1 → 1.10.3

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 +3 -2
  2. package/package.json +11 -11
package/README.md CHANGED
@@ -8,16 +8,17 @@
8
8
  <img align="right" width="147" height="100" title="Lefthook logo"
9
9
  src="./logo_sign.svg">
10
10
 
11
+
11
12
  A Git hooks manager for Node.js, Ruby, Python and many other types of projects.
12
13
 
13
14
  * **Fast.** It is written in Go. Can run commands in parallel.
14
15
  * **Powerful.** It allows to control execution and files you pass to your commands.
15
16
  * **Simple.** It is single dependency-free binary which can work in any environment.
16
17
 
17
- 📖 [Documentation][documentation]
18
-
19
18
  📖 [Read the introduction post](https://evilmartians.com/chronicles/lefthook-knock-your-teams-code-back-into-shape?utm_source=lefthook)
20
19
 
20
+ 📖 [Read the documentation][documentation]
21
+
21
22
  <a href="https://evilmartians.com/?utm_source=lefthook">
22
23
  <img src="https://evilmartians.com/badges/sponsored-by-evil-martians.svg" alt="Sponsored by Evil Martians" width="236" height="54"></a>
23
24
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lefthook",
3
- "version": "1.10.1",
3
+ "version": "1.10.3",
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.10.1",
27
- "lefthook-darwin-x64": "1.10.1",
28
- "lefthook-linux-arm64": "1.10.1",
29
- "lefthook-linux-x64": "1.10.1",
30
- "lefthook-freebsd-arm64": "1.10.1",
31
- "lefthook-freebsd-x64": "1.10.1",
32
- "lefthook-openbsd-arm64": "1.10.1",
33
- "lefthook-openbsd-x64": "1.10.1",
34
- "lefthook-windows-arm64": "1.10.1",
35
- "lefthook-windows-x64": "1.10.1"
26
+ "lefthook-darwin-arm64": "1.10.3",
27
+ "lefthook-darwin-x64": "1.10.3",
28
+ "lefthook-linux-arm64": "1.10.3",
29
+ "lefthook-linux-x64": "1.10.3",
30
+ "lefthook-freebsd-arm64": "1.10.3",
31
+ "lefthook-freebsd-x64": "1.10.3",
32
+ "lefthook-openbsd-arm64": "1.10.3",
33
+ "lefthook-openbsd-x64": "1.10.3",
34
+ "lefthook-windows-arm64": "1.10.3",
35
+ "lefthook-windows-x64": "1.10.3"
36
36
  },
37
37
  "scripts": {
38
38
  "postinstall": "node postinstall.js"