|
1 |
| -# unist-util-modify-children [![Build Status][travis-badge]][travis] [![Coverage Status][codecov-badge]][codecov] |
| 1 | +# unist-util-modify-children |
| 2 | + |
| 3 | +[![Build][build-badge]][build] |
| 4 | +[![Coverage][coverage-badge]][coverage] |
| 5 | +[![Downloads][downloads-badge]][downloads] |
| 6 | +[![Size][size-badge]][size] |
| 7 | +[![Sponsors][sponsors-badge]][collective] |
| 8 | +[![Backers][backers-badge]][collective] |
| 9 | +[![Chat][chat-badge]][chat] |
2 | 10 |
|
3 | 11 | Modify direct children of a parent.
|
4 | 12 |
|
@@ -78,13 +86,31 @@ repository, organisation, or community you agree to abide by its terms.
|
78 | 86 |
|
79 | 87 | <!-- Definitions -->
|
80 | 88 |
|
81 |
| -[travis-badge]: https://img.shields.io/travis/syntax-tree/unist-util-modify-children.svg |
| 89 | +[build-badge]: https://img.shields.io/travis/syntax-tree/unist-util-modify-children.svg |
| 90 | + |
| 91 | +[build]: https://travis-ci.org/syntax-tree/unist-util-modify-children |
| 92 | + |
| 93 | +[coverage-badge]: https://img.shields.io/codecov/c/github/syntax-tree/unist-util-modify-children.svg |
| 94 | + |
| 95 | +[coverage]: https://codecov.io/github/syntax-tree/unist-util-modify-children |
| 96 | + |
| 97 | +[downloads-badge]: https://img.shields.io/npm/dm/unist-util-modify-children.svg |
| 98 | + |
| 99 | +[downloads]: https://www.npmjs.com/package/unist-util-modify-children |
| 100 | + |
| 101 | +[size-badge]: https://img.shields.io/bundlephobia/minzip/unist-util-modify-children.svg |
| 102 | + |
| 103 | +[size]: https://bundlephobia.com/result?p=unist-util-modify-children |
| 104 | + |
| 105 | +[sponsors-badge]: https://opencollective.com/unified/sponsors/badge.svg |
| 106 | + |
| 107 | +[backers-badge]: https://opencollective.com/unified/backers/badge.svg |
82 | 108 |
|
83 |
| -[travis]: https://travis-ci.org/syntax-tree/unist-util-modify-children |
| 109 | +[collective]: https://opencollective.com/unified |
84 | 110 |
|
85 |
| -[codecov-badge]: https://img.shields.io/codecov/c/github/syntax-tree/unist-util-modify-children.svg |
| 111 | +[chat-badge]: https://img.shields.io/badge/join%20the%20community-on%20spectrum-7b16ff.svg |
86 | 112 |
|
87 |
| -[codecov]: https://codecov.io/github/syntax-tree/unist-util-modify-children |
| 113 | +[chat]: https://spectrum.chat/unified/syntax-tree |
88 | 114 |
|
89 | 115 | [npm]: https://docs.npmjs.com/cli/install
|
90 | 116 |
|
|
0 commit comments