|
1 |
| -# unist-util-assert [![Build Status][travis-badge]][travis] [![Coverage Status][codecov-badge]][codecov] |
| 1 | +# unist-util-assert |
| 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 | Assert [Unist][] nodes.
|
4 | 12 |
|
@@ -93,13 +101,31 @@ repository, organisation, or community you agree to abide by its terms.
|
93 | 101 |
|
94 | 102 | <!-- Definitions -->
|
95 | 103 |
|
96 |
| -[travis-badge]: https://img.shields.io/travis/syntax-tree/unist-util-assert.svg |
| 104 | +[build-badge]: https://img.shields.io/travis/syntax-tree/unist-util-assert.svg |
| 105 | + |
| 106 | +[build]: https://travis-ci.org/syntax-tree/unist-util-assert |
| 107 | + |
| 108 | +[coverage-badge]: https://img.shields.io/codecov/c/github/syntax-tree/unist-util-assert.svg |
| 109 | + |
| 110 | +[coverage]: https://codecov.io/github/syntax-tree/unist-util-assert |
| 111 | + |
| 112 | +[downloads-badge]: https://img.shields.io/npm/dm/unist-util-assert.svg |
| 113 | + |
| 114 | +[downloads]: https://www.npmjs.com/package/unist-util-assert |
| 115 | + |
| 116 | +[size-badge]: https://img.shields.io/bundlephobia/minzip/unist-util-assert.svg |
| 117 | + |
| 118 | +[size]: https://bundlephobia.com/result?p=unist-util-assert |
| 119 | + |
| 120 | +[sponsors-badge]: https://opencollective.com/unified/sponsors/badge.svg |
| 121 | + |
| 122 | +[backers-badge]: https://opencollective.com/unified/backers/badge.svg |
97 | 123 |
|
98 |
| -[travis]: https://travis-ci.org/syntax-tree/unist-util-assert |
| 124 | +[collective]: https://opencollective.com/unified |
99 | 125 |
|
100 |
| -[codecov-badge]: https://img.shields.io/codecov/c/github/syntax-tree/unist-util-assert.svg |
| 126 | +[chat-badge]: https://img.shields.io/badge/join%20the%20community-on%20spectrum-7b16ff.svg |
101 | 127 |
|
102 |
| -[codecov]: https://codecov.io/github/syntax-tree/unist-util-assert |
| 128 | +[chat]: https://spectrum.chat/unified/syntax-tree |
103 | 129 |
|
104 | 130 | [npm]: https://docs.npmjs.com/cli/install
|
105 | 131 |
|
|
0 commit comments