Skip to content

Commit

Permalink
Merge pull request #100 from rivajunior/patch-1
Browse files Browse the repository at this point in the history
docs: update husky and simple-git-hooks weight
  • Loading branch information
toplenboren authored Jan 3, 2024
2 parents eb53a4f + 6631e35 commit d53a27c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ A tool that lets you easily manage git hooks
| Package | Unpacked size | With deps |
| ---------------------------- | ------------- | --------- |
| husky v4 `4.3.8` | `53.5 kB` | `~1 mB` |
| husky v6 `6.0.0` | `6.86 kB` | `6.86 kB` |
| husky v8 `8.0.3` | `6.44 kB` | `6.44 kB` |
| pre-commit `1.2.2` | `~80 kB` | `~850 kB` |
| **simple-git-hooks** `2.2.0` | `10.1 kB` | `10.1 kB` |
| **simple-git-hooks** `2.9.0` | `12.8 kB` | `12.8 kB` |

### Who uses simple-git-hooks?

Expand Down Expand Up @@ -54,7 +54,7 @@ Also, this package allows you to set only one command per git hook.
If you need multiple verbose commands per git hook, flexible configuration or automatic update of git hooks, please check out the other packages:

- [Lefthook](https://github.com/Arkweid/lefthook)
- [husky](https://github.com/typicode/husky)
- [husky](https://typicode.github.io/husky/)
- [pre-commit](https://github.com/pre-commit/pre-commit)

## Usage
Expand Down

0 comments on commit d53a27c

Please sign in to comment.