|
2 | 2 |
|
3 | 3 | [![npm version][npm-version-src]][npm-version-href]
|
4 | 4 | [![npm downloads][npm-downloads-src]][npm-downloads-href]
|
5 |
| -[![packagephobia][packagephobia-src]][packagephobia-href] |
6 |
| -[![Github Actions CI][github-actions-ci-src]][github-actions-ci-href] |
| 5 | +[![bundle][bundle-src]][bundle-href] |
7 | 6 | [![Codecov][codecov-src]][codecov-href]
|
| 7 | +[![License][license-src]][license-href] |
8 | 8 |
|
9 |
| -> Awaitable hook system |
| 9 | +Awaitable hooks system. |
10 | 10 |
|
11 | 11 | ## Install
|
12 | 12 |
|
@@ -255,17 +255,13 @@ Thanks to [Joe Paice](https://github.com/RGBboy) for donating [hookable](https:/
|
255 | 255 | MIT - Made with 💖
|
256 | 256 |
|
257 | 257 | <!-- Badges -->
|
258 |
| -[npm-version-src]: https://flat.badgen.net/npm/dt/hookable |
| 258 | +[npm-version-src]: https://img.shields.io/npm/v/hookable?style=flat&colorA=18181B&colorB=F0DB4F |
259 | 259 | [npm-version-href]: https://npmjs.com/package/hookable
|
260 |
| - |
261 |
| -[npm-downloads-src]: https://flat.badgen.net/npm/v/hookable |
| 260 | +[npm-downloads-src]: https://img.shields.io/npm/dm/hookable?style=flat&colorA=18181B&colorB=F0DB4F |
262 | 261 | [npm-downloads-href]: https://npmjs.com/package/hookable
|
263 |
| - |
264 |
| -[github-actions-ci-src]: https://flat.badgen.net/github/checks/unjs/hookable/main |
265 |
| -[github-actions-ci-href]: https://github.com/unjs/hookable/actions |
266 |
| - |
267 |
| -[codecov-src]: https://flat.badgen.net/codecov/c/github/unjs/hookable |
268 |
| -[codecov-href]: https://codecov.io/gh/unjs/hookable |
269 |
| - |
270 |
| -[packagephobia-src]: https://flat.badgen.net/packagephobia/install/hookable |
271 |
| -[packagephobia-href]: https://packagephobia.now.sh/result?p=hookable |
| 262 | +[codecov-src]: https://img.shields.io/codecov/c/gh/unjs/hookable/main?style=flat&colorA=18181B&colorB=F0DB4F |
| 263 | +[codecov-href]: https://codecov.io/gh/unjs/h3 |
| 264 | +[bundle-src]: https://img.shields.io/bundlephobia/minzip/hookable?style=flat&colorA=18181B&colorB=F0DB4F |
| 265 | +[bundle-href]: https://bundlephobia.com/result?p=hookable |
| 266 | +[license-src]: https://img.shields.io/github/license/unjs/hookable.svg?style=flat&colorA=18181B&colorB=F0DB4F |
| 267 | +[license-href]: https://github.com/unjs/hookable/blob/main/LICENSE |
0 commit comments