@evilmartians/lefthook-installer 1.5.6 → 1.5.7

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 +11 -11
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -62,8 +62,8 @@ git add -A && git commit -m '...'
62
62
 
63
63
  - [**Configuration**](./docs/configuration.md) for `lefthook.yml` config options.
64
64
  - [**Usage**](./docs/usage.md) for **lefthook** CLI options, supported ENVs, and usage tips.
65
- - [**Wiki**](https://github.com/evilmartians/lefthook/wiki) for guides, examples, and benchmarks.
66
65
  - [**Discussions**](https://github.com/evilmartians/lefthook/discussions) for questions, ideas, suggestions.
66
+ <!-- - [**Wiki**](https://github.com/evilmartians/lefthook/wiki) for guides, examples, and benchmarks. -->
67
67
 
68
68
  ***
69
69
 
@@ -215,23 +215,23 @@ skip_output:
215
215
  * [Install for Arch Linux](./docs/install.md#arch)
216
216
  * [Usage](./docs/usage.md)
217
217
  * [Configuration](./docs/configuration.md)
218
- * [Troubleshooting](https://github.com/evilmartians/lefthook/wiki/Troubleshooting)
218
+ <!-- * [Troubleshooting](https://github.com/evilmartians/lefthook/wiki/Troubleshooting) -->
219
219
 
220
- ### Migrate from
221
- * [Husky](https://github.com/evilmartians/lefthook/wiki/Migration-from-husky)
222
- * [Husky and lint-staged](https://github.com/evilmartians/lefthook/wiki/Migration-from-husky-with-lint-staged)
223
- * [Overcommit](https://github.com/evilmartians/lefthook/wiki/Migration-from-overcommit)
220
+ <!-- ### Migrate from -->
221
+ <!-- * [Husky](https://github.com/evilmartians/lefthook/wiki/Migration-from-husky) -->
222
+ <!-- * [Husky and lint-staged](https://github.com/evilmartians/lefthook/wiki/Migration-from-husky-with-lint-staged) -->
223
+ <!-- * [Overcommit](https://github.com/evilmartians/lefthook/wiki/Migration-from-overcommit) -->
224
224
 
225
225
  ### Examples
226
226
  * [Simple script](https://github.com/evilmartians/lefthook/tree/master/examples/with_scripts)
227
227
  * [Full features](https://github.com/evilmartians/lefthook/tree/master/examples/complete)
228
228
 
229
- ### Benchmarks
230
- * [vs Overcommit](https://github.com/evilmartians/lefthook/wiki/Benchmark-lefthook-vs-overcommit)
231
- * [vs pre-commit](https://github.com/evilmartians/lefthook/wiki/Benchmark-lefthook-vs-pre-commit)
229
+ <!-- ### Benchmarks -->
230
+ <!-- * [vs Overcommit](https://github.com/evilmartians/lefthook/wiki/Benchmark-lefthook-vs-overcommit) -->
231
+ <!-- * [vs pre-commit](https://github.com/evilmartians/lefthook/wiki/Benchmark-lefthook-vs-pre-commit) -->
232
232
 
233
- ### Comparison list
234
- * [vs Overcommit, Husky, pre-commit](https://github.com/evilmartians/lefthook/wiki/Comparison-with-other-solutions)
233
+ <!-- ### Comparison list -->
234
+ <!-- * [vs Overcommit, Husky, pre-commit](https://github.com/evilmartians/lefthook/wiki/Comparison-with-other-solutions) -->
235
235
 
236
236
  ### Articles
237
237
  * [Lefthook: Knock your team’s code back into shape](https://evilmartians.com/chronicles/lefthook-knock-your-teams-code-back-into-shape?utm_source=lefthook)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@evilmartians/lefthook-installer",
3
- "version": "1.5.6",
3
+ "version": "1.5.7",
4
4
  "description": "Simple git hooks manager",
5
5
  "main": "index.js",
6
6
  "bin": {