|
1 |
| -# unist-util-remove-position [![Build Status][travis-badge]][travis] [![Coverage Status][codecov-badge]][codecov] |
| 1 | +# unist-util-remove-position |
| 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 | Remove [`position`][position]s from a [Unist][] tree.
|
4 | 12 |
|
@@ -64,13 +72,31 @@ repository, organisation, or community you agree to abide by its terms.
|
64 | 72 |
|
65 | 73 | <!-- Definitions -->
|
66 | 74 |
|
67 |
| -[travis-badge]: https://img.shields.io/travis/syntax-tree/unist-util-remove-position.svg |
| 75 | +[build-badge]: https://img.shields.io/travis/syntax-tree/unist-util-remove-position.svg |
| 76 | + |
| 77 | +[build]: https://travis-ci.org/syntax-tree/unist-util-remove-position |
| 78 | + |
| 79 | +[coverage-badge]: https://img.shields.io/codecov/c/github/syntax-tree/unist-util-remove-position.svg |
| 80 | + |
| 81 | +[coverage]: https://codecov.io/github/syntax-tree/unist-util-remove-position |
| 82 | + |
| 83 | +[downloads-badge]: https://img.shields.io/npm/dm/unist-util-remove-position.svg |
| 84 | + |
| 85 | +[downloads]: https://www.npmjs.com/package/unist-util-remove-position |
| 86 | + |
| 87 | +[size-badge]: https://img.shields.io/bundlephobia/minzip/unist-util-remove-position.svg |
| 88 | + |
| 89 | +[size]: https://bundlephobia.com/result?p=unist-util-remove-position |
| 90 | + |
| 91 | +[sponsors-badge]: https://opencollective.com/unified/sponsors/badge.svg |
| 92 | + |
| 93 | +[backers-badge]: https://opencollective.com/unified/backers/badge.svg |
68 | 94 |
|
69 |
| -[travis]: https://travis-ci.org/syntax-tree/unist-util-remove-position |
| 95 | +[collective]: https://opencollective.com/unified |
70 | 96 |
|
71 |
| -[codecov-badge]: https://img.shields.io/codecov/c/github/syntax-tree/unist-util-remove-position.svg |
| 97 | +[chat-badge]: https://img.shields.io/badge/join%20the%20community-on%20spectrum-7b16ff.svg |
72 | 98 |
|
73 |
| -[codecov]: https://codecov.io/github/syntax-tree/unist-util-remove-position |
| 99 | +[chat]: https://spectrum.chat/unified/syntax-tree |
74 | 100 |
|
75 | 101 | [npm]: https://docs.npmjs.com/cli/install
|
76 | 102 |
|
|
0 commit comments