lefthook 1.6.0 → 1.6.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.
Files changed (2) hide show
  1. package/README.md +1 -0
  2. package/package.json +9 -9
package/README.md CHANGED
@@ -234,6 +234,7 @@ skip_output:
234
234
  <!-- * [vs Overcommit, Husky, pre-commit](https://github.com/evilmartians/lefthook/wiki/Comparison-with-other-solutions) -->
235
235
 
236
236
  ### Articles
237
+ * [5 cool (and surprising) ways to configure Lefthook for automation joy](https://evilmartians.com/chronicles/5-cool-and-surprising-ways-to-configure-lefthook-for-automation-joy?utm_source=lefthook)
237
238
  * [Lefthook: Knock your team’s code back into shape](https://evilmartians.com/chronicles/lefthook-knock-your-teams-code-back-into-shape?utm_source=lefthook)
238
239
  * [Lefthook + Crystalball](https://evilmartians.com/chronicles/lefthook-crystalball-and-git-magic?utm_source=lefthook)
239
240
  * [Keeping OSS documentation in check with docsify, Lefthook, and friends](https://evilmartians.com/chronicles/keeping-oss-documentation-in-check-with-docsify-lefthook-and-friends?utm_source=lefthook)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lefthook",
3
- "version": "1.6.0",
3
+ "version": "1.6.2",
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.6.0",
24
- "lefthook-darwin-x64": "1.6.0",
25
- "lefthook-linux-arm64": "1.6.0",
26
- "lefthook-linux-x64": "1.6.0",
27
- "lefthook-freebsd-arm64": "1.6.0",
28
- "lefthook-freebsd-x64": "1.6.0",
29
- "lefthook-windows-arm64": "1.6.0",
30
- "lefthook-windows-x64": "1.6.0"
23
+ "lefthook-darwin-arm64": "1.6.2",
24
+ "lefthook-darwin-x64": "1.6.2",
25
+ "lefthook-linux-arm64": "1.6.2",
26
+ "lefthook-linux-x64": "1.6.2",
27
+ "lefthook-freebsd-arm64": "1.6.2",
28
+ "lefthook-freebsd-x64": "1.6.2",
29
+ "lefthook-windows-arm64": "1.6.2",
30
+ "lefthook-windows-x64": "1.6.2"
31
31
  },
32
32
  "scripts": {
33
33
  "postinstall": "node postinstall.js"