Skip to content

Commit 12ee67e

Browse files
committed
Add lint-staged link && with-deps table column
1 parent b52408e commit 12ee67e

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

README.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,17 @@ A tool that lets you easily manage git hooks
1111
- Easy to configure (one line in `package.json`)
1212
- Lightweight*:
1313

14-
| Package | Unpacked size |
15-
| ------------- | ------------- |
16-
| husky v4 `4.3.8` | `53.5 kB` |
17-
| husky v5 `5.0.9` | `24.5 kB` |
18-
| pre-commit `1.2.2` | `~80 kB` |
19-
| **simple-git-hooks** `2.0.3` | `~10 kB` |
14+
| Package | Unpacked size | With deps |
15+
| ------------- | ------------- | ------------- |
16+
| husky v4 `4.3.8` | `53.5 kB` | `> ~322 kB` |
17+
| husky v5 `5.0.9` | `24.5 kB` | `24.5 kB` |
18+
| pre-commit `1.2.2` | `~80 kB` | `~80 kB` |
19+
| **simple-git-hooks** `2.2.0` | `10.1 kB` | `10.1 kB` |
2020

2121
### Who uses simple-git-hooks?
2222

23+
> The package is recommended by [`lint-staged`](https://github.com/okonet/lint-staged)
24+
2325
* [Autoprefixer](https://github.com/postcss/autoprefixer)
2426
* [PostCSS](https://github.com/postcss/postcss.org)
2527
* [Browserslist](https://github.com/browserslist/browserslist)

0 commit comments

Comments
 (0)