Skip to content

Commit 3ae6a2d

Browse files
committed
Add more badges
1 parent 6ba3839 commit 3ae6a2d

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-before [![Build Status][travis-badge]][travis] [![Coverage Status][codecov-badge]][codecov]
1+
# unist-util-find-before
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 before another node.
49

@@ -76,13 +81,21 @@ repository, organisation, or community you agree to abide by its terms.
7681

7782
<!-- Definitions -->
7883

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

81-
[travis]: https://travis-ci.org/syntax-tree/unist-util-find-before
94+
[downloads]: https://www.npmjs.com/package/unist-util-find-before
8295

83-
[codecov-badge]: https://img.shields.io/codecov/c/github/syntax-tree/unist-util-find-before.svg
96+
[size-badge]: https://img.shields.io/bundlephobia/minzip/unist-util-find-before.svg
8497

85-
[codecov]: https://codecov.io/github/syntax-tree/unist-util-find-before
98+
[size]: https://bundlephobia.com/result?p=unist-util-find-before
8699

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

0 commit comments

Comments
 (0)