@evilmartians/lefthook-installer 1.12.2 → 1.12.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 +4 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -71,7 +71,7 @@ git add -A && git commit -m '...'
71
71
  #### More details
72
72
 
73
73
  - [**Configuration**][configuration] for `lefthook.yml` config options.
74
- - [**Usage**][usage] for **lefthook** CLI options, supported ENVs, and usage tips.
74
+ - [**Usage**][usage] for **lefthook** CLI options, and features.
75
75
  - [**Discussions**][discussion] for questions, ideas, suggestions.
76
76
  <!-- - [**Wiki**](https://github.com/evilmartians/lefthook/wiki) for guides, examples, and benchmarks. -->
77
77
 
@@ -257,9 +257,9 @@ Check [examples][examples]
257
257
 
258
258
  [documentation]: https://lefthook.dev/
259
259
  [configuration]: https://lefthook.dev/configuration/index.html
260
- [examples]: https://lefthook.dev/examples/index.html
260
+ [examples]: https://lefthook.dev/examples/lefthook-local.html
261
261
  [installation]: https://lefthook.dev/installation/
262
- [usage]: https://lefthook.dev/usage/index.html
262
+ [usage]: https://lefthook.dev/usage/commands.html
263
263
  [discussion]: https://github.com/evilmartians/lefthook/discussions
264
264
  [install-apt]: https://lefthook.dev/installation/deb.html
265
265
  [install-ruby]: https://lefthook.dev/installation/ruby.html
@@ -277,4 +277,4 @@ Check [examples][examples]
277
277
  [config-tags]: https://lefthook.dev/configuration/tags.html
278
278
  [config-skip_output]: https://lefthook.dev/configuration/skip_output.html
279
279
  [config-output]: https://lefthook.dev/configuration/output.html
280
- [usage-local-config]: https://lefthook.dev/usage/tips.html#local-config
280
+ [usage-local-config]: https://lefthook.dev/examples/lefthook-local.html
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@evilmartians/lefthook-installer",
3
- "version": "1.12.2",
3
+ "version": "1.12.3",
4
4
  "description": "Simple git hooks manager",
5
5
  "main": "bin/index.js",
6
6
  "files": [