|
2 | 2 |
|
3 | 3 | [![NPM version][npm-image]][npm-url] |
4 | 4 | [![NPM downloads][downloads-image]][downloads-url] |
5 | | -[![Build status][travis-image]][travis-url] |
6 | | -[![Test coverage][coveralls-image]][coveralls-url] |
7 | | -[![Bundle size][bundlephobia-image]][bundlephobia-url] |
| 5 | +[![Build status][build-image]][build-url] |
| 6 | +[![Test coverage][coverage-image]][coverage-url] |
| 7 | +[![Bundle size][bundle-image]][bundle-url] |
8 | 8 |
|
9 | 9 | > Small JWT library using the [Web Crypto API](https://developer.mozilla.org/en-US/docs/Web/API/Web_Crypto_API). |
10 | 10 |
|
@@ -60,13 +60,13 @@ This project is written using [TypeScript](https://github.com/Microsoft/TypeScri |
60 | 60 |
|
61 | 61 | MIT |
62 | 62 |
|
63 | | -[npm-image]: https://img.shields.io/npm/v/@borderless/web-jwt.svg?style=flat |
| 63 | +[npm-image]: https://img.shields.io/npm/v/@borderless/web-jwt |
64 | 64 | [npm-url]: https://npmjs.org/package/@borderless/web-jwt |
65 | | -[downloads-image]: https://img.shields.io/npm/dm/@borderless/web-jwt.svg?style=flat |
| 65 | +[downloads-image]: https://img.shields.io/npm/dm/@borderless/web-jwt |
66 | 66 | [downloads-url]: https://npmjs.org/package/@borderless/web-jwt |
67 | | -[travis-image]: https://img.shields.io/travis/BorderlessLabs/web-jwt.svg?style=flat |
68 | | -[travis-url]: https://travis-ci.org/BorderlessLabs/web-jwt |
69 | | -[coveralls-image]: https://img.shields.io/coveralls/BorderlessLabs/web-jwt.svg?style=flat |
70 | | -[coveralls-url]: https://coveralls.io/r/BorderlessLabs/web-jwt?branch=master |
71 | | -[bundlephobia-image]: https://img.shields.io/bundlephobia/minzip/@borderless/web-jwt.svg |
72 | | -[bundlephobia-url]: https://bundlephobia.com/result?p=@borderless/web-jwt |
| 67 | +[build-image]: https://img.shields.io/github/actions/workflow/status/borderless/web-jwt/ci.yml?branch=main |
| 68 | +[build-url]: https://github.com/borderless/web-jwt/actions/workflows/ci.yml?query=branch%3Amain |
| 69 | +[coverage-image]: https://img.shields.io/codecov/c/gh/borderless/web-jwt |
| 70 | +[coverage-url]: https://codecov.io/gh/borderless/web-jwt |
| 71 | +[bundle-image]: https://img.shields.io/bundlephobia/minzip/@borderless/web-jwt.svg |
| 72 | +[bundle-url]: https://bundlephobia.com/result?p=@borderless/web-jwt |
0 commit comments