Skip to content

Commit c67a57a

Browse files
committedJan 25, 2024
v9
1 parent ec13855 commit c67a57a

8 files changed

+8
-693
lines changed
 

‎.github/README.md

+8-28
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# husky
22

3-
[![Open Collective](https://opencollective.com/husky/all/badge.svg?label=financial+contributors)](https://opencollective.com/husky) [![](https://img.shields.io/npm/dm/husky.svg?style=flat)](https://www.npmjs.org/package/husky) [![Node.js CI](https://github.com/typicode/husky/workflows/Node.js%20CI/badge.svg)](https://github.com/typicode/husky/actions)
3+
[![](https://img.shields.io/npm/dm/husky.svg?style=flat)](https://www.npmjs.org/package/husky) [![Node.js CI](https://github.com/typicode/husky/workflows/Node.js%20CI/badge.svg)](https://github.com/typicode/husky/actions)
44

55
> Modern native Git hooks made easy
66
@@ -12,43 +12,23 @@ https://typicode.github.io/husky
1212

1313
**Important** Upgrading from v4 to v9 requires migrating previous config, please see the docs.
1414

15-
## Articles
15+
## Sponsors
1616

17-
- [Why husky has dropped conventional JS config](https://blog.typicode.com/posts/husky-git-hooks-javascript-config/)
18-
- [Why husky doesn't autoinstall anymore](https://blog.typicode.com/posts/husky-git-hooks-autoinstall/)
17+
Support this project by becoming a sponsor [here](https://github.com/sponsors/typicode) 💖
1918

20-
## License
21-
22-
MIT
23-
24-
# Sponsors
19+
### GitHub
2520

2621
<p align="center">
27-
<a href="./docs/sponsorkit/sponsors.svg">
28-
<img src='./docs/sponsorkit/sponsors.svg'/>
22+
<a href="./sponsorkit/sponsors.svg">
23+
<img src='./sponsorkit/sponsors.svg'/>
2924
</a>
3025
</p>
3126

32-
33-
## Companies
34-
35-
Does your company use husky? Ask your manager or marketing team if your company would be interested in supporting this project.
27+
### Open Collective
3628

3729
<a href="https://opencollective.com/husky/tiers/company/0/website"><img src="https://opencollective.com/husky/tiers/company/0/avatar.svg?avatarHeight=120"></a>
3830
<a href="https://opencollective.com/husky/tiers/company/1/website"><img src="https://opencollective.com/husky/tiers/company/1/avatar.svg?avatarHeight=120"></a>
3931
<a href="https://opencollective.com/husky/tiers/company/2/website"><img src="https://opencollective.com/husky/tiers/company/2/avatar.svg?avatarHeight=120"></a>
4032
<a href="https://opencollective.com/husky/tiers/company/3/website"><img src="https://opencollective.com/husky/tiers/company/3/avatar.svg?avatarHeight=120"></a>
4133
<a href="https://opencollective.com/husky/tiers/company/4/website"><img src="https://opencollective.com/husky/tiers/company/4/avatar.svg?avatarHeight=120"></a>
42-
<a href="https://opencollective.com/husky/tiers/company/5/website"><img src="https://opencollective.com/husky/tiers/company/5/avatar.svg?avatarHeight=120"></a>
43-
<a href="https://opencollective.com/husky/tiers/company/6/website"><img src="https://opencollective.com/husky/tiers/company/6/avatar.svg?avatarHeight=120"></a>
44-
<a href="https://opencollective.com/husky/tiers/company/7/website"><img src="https://opencollective.com/husky/tiers/company/7/avatar.svg?avatarHeight=120"></a>
45-
<a href="https://opencollective.com/husky/tiers/company/8/website"><img src="https://opencollective.com/husky/tiers/company/8/avatar.svg?avatarHeight=120"></a>
46-
<a href="https://opencollective.com/husky/tiers/company/9/website"><img src="https://opencollective.com/husky/tiers/company/9/avatar.svg?avatarHeight=120"></a>
47-
48-
## Individuals
49-
50-
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.
51-
52-
<a href="https://opencollective.com/husky" target="_blank"><img src="https://opencollective.com/husky/tiers/individual.svg?avatarHeight=32"/></a>
53-
54-
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).
34+
<a href="https://opencollective.com/husky/tiers/company/5/website"><img src="https://opencollective.com/husky/tiers/company/5/avatar.svg?avatarHeight=120"></a>

‎.husky/pre-commit

-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
#!/usr/bin/env sh
21
./test.sh

‎docs/sponsors.svg

-89
This file was deleted.

‎docs/zh/getting-started.md

-165
This file was deleted.

‎docs/zh/guide.md

-175
This file was deleted.

‎docs/zh/index.md

-81
This file was deleted.

‎docs/zh/migrating-from-v4.md

-76
This file was deleted.

‎docs/zh/troubleshooting.md

-78
This file was deleted.

0 commit comments

Comments
 (0)
Please sign in to comment.