Skip to content

Commit 830a5fe

Browse files
committed
Add more badges
1 parent b45d47e commit 830a5fe

File tree

1 file changed

+18
-5
lines changed

1 file changed

+18
-5
lines changed

readme.md

Lines changed: 18 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
# unist-util-find-after [![Build Status][travis-badge]][travis] [![Coverage Status][codecov-badge]][codecov]
1+
# unist-util-find-after
2+
3+
[![Build][build-badge]][build]
4+
[![Coverage][coverage-badge]][coverage]
5+
[![Downloads][downloads-badge]][downloads]
6+
[![Size][size-badge]][size]
27

38
[**Unist**][unist] utility to find a node after another node.
49

@@ -75,13 +80,21 @@ repository, organisation, or community you agree to abide by its terms.
7580

7681
<!-- Definitions -->
7782

78-
[travis-badge]: https://img.shields.io/travis/syntax-tree/unist-util-find-after.svg
83+
[build-badge]: https://img.shields.io/travis/syntax-tree/unist-util-find-after.svg
84+
85+
[build]: https://travis-ci.org/syntax-tree/unist-util-find-after
86+
87+
[coverage-badge]: https://img.shields.io/codecov/c/github/syntax-tree/unist-util-find-after.svg
88+
89+
[coverage]: https://codecov.io/github/syntax-tree/unist-util-find-after
90+
91+
[downloads-badge]: https://img.shields.io/npm/dm/unist-util-find-after.svg
7992

80-
[travis]: https://travis-ci.org/syntax-tree/unist-util-find-after
93+
[downloads]: https://www.npmjs.com/package/unist-util-find-after
8194

82-
[codecov-badge]: https://img.shields.io/codecov/c/github/syntax-tree/unist-util-find-after.svg
95+
[size-badge]: https://img.shields.io/bundlephobia/minzip/unist-util-find-after.svg
8396

84-
[codecov]: https://codecov.io/github/syntax-tree/unist-util-find-after
97+
[size]: https://bundlephobia.com/result?p=unist-util-find-after
8598

8699
[npm]: https://docs.npmjs.com/cli/install
87100

0 commit comments

Comments
 (0)