Skip to content

Commit 6124894

Browse files
authored
docs: update badges
1 parent ce030f6 commit 6124894

File tree

1 file changed

+14
-13
lines changed

1 file changed

+14
-13
lines changed

README.md

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
# jiti
22

3-
> Runtime typescript and ESM support for Node.js
3+
[![npm version][npm-version-src]][npm-version-href]
4+
[![npm downloads][npm-downloads-src]][npm-downloads-href]
5+
[![bundle][bundle-src]][bundle-href]
6+
[![License][license-src]][license-href]
47

5-
[![version][npm-v-src]][npm-v-href]
6-
[![downloads][npm-d-src]][npm-d-href]
7-
[![size][size-src]][size-href]
8+
Runtime Typescript and ESM support for Node.js
89

910
## Features
1011

@@ -140,13 +141,13 @@ List of modules (within `node_modules`) to transform them regardless of syntax.
140141

141142
MIT. Made with 💖
142143

143-
<!-- Refs -->
144+
<!-- Badged -->
144145

145-
[npm-v-src]: https://img.shields.io/npm/v/jiti?style=flat-square
146-
[npm-v-href]: https://npmjs.com/package/jiti
147-
[npm-d-src]: https://img.shields.io/npm/dm/jiti?style=flat-square
148-
[npm-d-href]: https://npmjs.com/package/jiti
149-
[github-actions-src]: https://img.shields.io/github/workflow/status/unjs/jiti/ci/master?style=flat-square
150-
[github-actions-href]: https://github.com/unjs/jiti/actions?query=workflow%3Aci
151-
[size-src]: https://packagephobia.now.sh/badge?p=jiti
152-
[size-href]: https://packagephobia.now.sh/result?p=jiti
146+
[npm-version-src]: https://img.shields.io/npm/v/jiti?style=flat&colorA=18181B&colorB=F0DB4F
147+
[npm-version-href]: https://npmjs.com/package/jiti
148+
[npm-downloads-src]: https://img.shields.io/npm/dm/jiti?style=flat&colorA=18181B&colorB=F0DB4F
149+
[npm-downloads-href]: https://npmjs.com/package/jiti
150+
[bundle-src]: https://img.shields.io/bundlephobia/minzip/jiti?style=flat&colorA=18181B&colorB=F0DB4F
151+
[bundle-href]: https://bundlephobia.com/result?p=h3
152+
[license-src]: https://img.shields.io/github/license/unjs/jiti.svg?style=flat&colorA=18181B&colorB=F0DB4F
153+
[license-href]: https://github.com/unjs/jiti/blob/main/LICENSE

0 commit comments

Comments
 (0)