Skip to content

Commit ce310a0

Browse files
committed
Add more badges
1 parent 9c0d618 commit ce310a0

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-parents [![Build Status][travis-badge]][travis] [![Coverage Status][codecov-badge]][codecov]
1+
# unist-util-parents
2+
3+
[![Build][build-badge]][build]
4+
[![Coverage][coverage-badge]][coverage]
5+
[![Downloads][downloads-badge]][downloads]
6+
[![Size][size-badge]][size]
27

38
Add parent references to [**unist**][unist] nodes.
49
Instead of modifying the original syntax tree, this module returns a wrapper
@@ -94,13 +99,21 @@ repository, organisation, or community you agree to abide by its terms.
9499

95100
<!-- Definitions -->
96101

97-
[travis-badge]: https://img.shields.io/travis/syntax-tree/unist-util-parents.svg
102+
[build-badge]: https://img.shields.io/travis/syntax-tree/unist-util-parents.svg
103+
104+
[build]: https://travis-ci.org/syntax-tree/unist-util-parents
105+
106+
[coverage-badge]: https://img.shields.io/codecov/c/github/syntax-tree/unist-util-parents.svg
107+
108+
[coverage]: https://codecov.io/github/syntax-tree/unist-util-parents
109+
110+
[downloads-badge]: https://img.shields.io/npm/dm/unist-util-parents.svg
98111

99-
[travis]: https://travis-ci.org/syntax-tree/unist-util-parents
112+
[downloads]: https://www.npmjs.com/package/unist-util-parents
100113

101-
[codecov-badge]: https://img.shields.io/codecov/c/github/syntax-tree/unist-util-parents.svg
114+
[size-badge]: https://img.shields.io/bundlephobia/minzip/unist-util-parents.svg
102115

103-
[codecov]: https://codecov.io/github/syntax-tree/unist-util-parents
116+
[size]: https://bundlephobia.com/result?p=unist-util-parents
104117

105118
[npm]: https://docs.npmjs.com/cli/install
106119

0 commit comments

Comments
 (0)