Skip to content

Commit cdd8376

Browse files
committedMay 15, 2023
docs: clean
1 parent f07f701 commit cdd8376

File tree

1 file changed

+5
-17
lines changed

1 file changed

+5
-17
lines changed
 

‎docs/index.md

+5-17
Original file line numberDiff line numberDiff line change
@@ -490,13 +490,13 @@ Environment variables:
490490

491491
## Migrate from v4 to v8
492492

493-
### husky-4-to-8 CLI
493+
### CLI
494494

495495
See [husky-4-to-8](https://github.com/typicode/husky-4-to-8) CLI to quickly migrate from v4 to v8.
496496

497-
### Package scripts
497+
### Manually
498498

499-
If you were calling `package.json` scripts using `npm` or `yarn`, **you can simply copy your commands**:
499+
If you were calling `package.json` scripts using `npm` or `yarn`, **you can simply copy your commands** from your config file to the corresponding hook:
500500

501501
::: code-group
502502

@@ -516,9 +516,7 @@ npm run foo
516516

517517
:::
518518

519-
### Locally installed binaries
520-
521-
If you were calling directly locally installed binaries, **you need to run them via your package manager**:
519+
If you were calling locally installed binaries, **you need to run them via your package manager now**:
522520

523521
::: code-group
524522

@@ -539,9 +537,7 @@ yarn jest
539537

540538
:::
541539

542-
### HUSKY_GIT_PARAMS (i.e. commitlint, ...)
543-
544-
Previous `HUSKY_GIT_PARAMS` environment variable is replaced by native params `$1`, `$2`, etc.
540+
`HUSKY_GIT_PARAMS` environment variable is replaced now by native params `$1`, `$2`, etc.
545541

546542
::: code-group
547543

@@ -564,8 +560,6 @@ yarn commitlint --edit $1
564560

565561
## Sponsors
566562

567-
### Companies
568-
569563
Does your company use husky? Ask your manager or marketing team if your company would be interested in supporting this project.
570564

571565
<a href="https://opencollective.com/husky/tiers/company/0/website"><img src="https://opencollective.com/husky/tiers/company/0/avatar.svg?avatarHeight=120"></a>
@@ -579,14 +573,8 @@ Does your company use husky? Ask your manager or marketing team if your company
579573
<a href="https://opencollective.com/husky/tiers/company/8/website"><img src="https://opencollective.com/husky/tiers/company/8/avatar.svg?avatarHeight=120"></a>
580574
<a href="https://opencollective.com/husky/tiers/company/9/website"><img src="https://opencollective.com/husky/tiers/company/9/avatar.svg?avatarHeight=120"></a>
581575

582-
### Individuals
583-
584576
Find husky helpful? Become a backer and show your appreciation with a monthly donation on [Open Collective](https://opencollective.com/husky). You can also tip with a one-time donation.
585577

586578
<a href="https://opencollective.com/husky" target="_blank"><img src="https://opencollective.com/husky/tiers/individual.svg?avatarHeight=32"/></a>
587579

588580
GitHub sponsors can be viewed on my [profile](https://github.com/typicode). All past and current Open Collective sponsors can be viewed on [here](https://opencollective.com/husky).
589-
590-
## License
591-
592-
MIT

0 commit comments

Comments
 (0)
Please sign in to comment.