Skip to content

Commit c7a7fcb

Browse files
authored
fix(docs): replace dead badges with active badges
1 parent 3156997 commit c7a7fcb

1 file changed

Lines changed: 20 additions & 5 deletions

File tree

README.md

Lines changed: 20 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,32 @@
11
<h1 align=center>Kitsu</h1>
22

33
<p align=center>
4-
<a href=https://github.com/wopian/kitsu/actions><img alt=checks src=https://flat.badgen.net/github/checks/wopian/kitsu></a>
5-
<a href=https://codeclimate.com/github/wopian/kitsu/code?sort=test_coverage><img alt=coverage src=https://flat.badgen.net/codeclimate/coverage/wopian/kitsu></a>
6-
<a href=https://codeclimate.com/github/wopian/kitsu/code?sort=maintainability><img alt=maintainability src=https://flat.badgen.net/codeclimate/maintainability/wopian/kitsu></a>
4+
<a href=https://github.com/wopian/kitsu><img alt=checks src=https://flat.badgen.net/github/checks/wopian/kitsu/master></a>
5+
<a href=https://www.npmjs.com/package/kitsu><img alt=checks src=https://flat.badgen.net/npm/v/kitsu?label=kitsu></a>
6+
<a href=https://www.npmjs.com/package/kitsu-core><img alt=checks src=https://flat.badgen.net/npm/v/kitsu-core?label=kitsu-core></a>
77
</p>
88

99
<p align=center>
10+
<a href=https://github.com/wopian/kitsu><img alt=checks src=https://flat.badgen.net/github/license/wopian/kitsu></a>
1011
<a href=https://github.com/wopian/kitsu/network/dependents><img alt=repoDependants src=https://flat.badgen.net/github/dependents-repo/wopian/kitsu></a>
1112
<a href=https://github.com/wopian/kitsu/graphs/contributors><img alt=contributors src=https://flat.badgen.net/github/contributors/wopian/kitsu></a>
1213
<a href=https://github.com/sponsors/wopian><img alt=sponsor src='https://flat.badgen.net/badge/sponsor/%E2%9D%A4/pink?icon=github'></a>
1314
</p>
1415

16+
<p align=center>
17+
<a href=https://github.com/wopian/kitsu/tree/master/packages/kitsu#readme><img alt=checks src=https://flat.badgen.net/static/pkg/kitsu/cyan></a>
18+
<a href=https://www.npmjs.com/package/kitsu><img alt=checks src=https://flat.badgen.net/npm/node/kitsu></a>
19+
<a href=https://www.npmjs.com/package/kitsu><img alt=checks src=https://flat.badgen.net/npm/dy/kitsu></a>
20+
<a href=https://www.npmjs.com/package/kitsu><img alt=checks src=https://flat.badgen.net/npm/dw/kitsu></a>
21+
</p>
22+
23+
<p align=center>
24+
<a href=https://github.com/wopian/kitsu/tree/master/packages/kitsu-core#readme><img alt=checks src=https://flat.badgen.net/static/pkg/kitsu-core/cyan></a>
25+
<a href=https://www.npmjs.com/package/kitsu-core><img alt=checks src=https://flat.badgen.net/npm/node/kitsu-core></a>
26+
<a href=https://www.npmjs.com/package/kitsu-core><img alt=checks src=https://flat.badgen.net/npm/dy/kitsu-core></a>
27+
<a href=https://www.npmjs.com/package/kitsu-core><img alt=checks src=https://flat.badgen.net/npm/dw/kitsu-core></a>
28+
</p>
29+
1530
<p align=center>A simple, lightweight & framework agnostic <a href=http://jsonapi.org>JSON:API</a> client for <a href=https://kitsu.app>kitsu.app</a> & other APIs</p>
1631

1732
#
@@ -31,8 +46,8 @@ This is a monorepo containing the following packages:
3146

3247
| Package | Package<br> Size\* | Node | Chrome | Firefox | Safari | Edge |
3348
| -----------: | :----------------: | :--: | :----: | :-----: | :----: | :--: |
34-
| `kitsu` | ≤ 8.2 kb | 14+ | 83+ | 78+ | 13.1+ | 95+ |
35-
| `kitsu-core` | ≤ 1.6 kb | 14+ | 83+ | 78+ | 13.1+ | 95+ |
49+
| `kitsu` | ≤ 8.2 kb | 18+ | 83+ | 78+ | 13.1+ | 95+ |
50+
| `kitsu-core` | ≤ 1.6 kb | 18+ | 83+ | 78+ | 13.1+ | 95+ |
3651

3752
\* Including all dependencies & minified with brotli
3853

0 commit comments

Comments
 (0)