Skip to content

Commit 47738fe

Browse files
committed
Refactor docs
1 parent 7811233 commit 47738fe

File tree

1 file changed

+15
-12
lines changed

1 file changed

+15
-12
lines changed

readme.md

Lines changed: 15 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ To create trees, use [`unist-builder`][unist-builder].
4444
## Install
4545

4646
This package is [ESM only][esm].
47-
In Node.js (version 14.14+ and 16.0+), install with [npm][]:
47+
In Node.js (version 16+), install with [npm][]:
4848

4949
```sh
5050
npm install unist-util-remove
@@ -148,10 +148,13 @@ It exports the additional type [`Options`][api-options].
148148

149149
## Compatibility
150150

151-
Projects maintained by the unified collective are compatible with all maintained
151+
Projects maintained by the unified collective are compatible with maintained
152152
versions of Node.js.
153-
As of now, that is Node.js 12.20+, 14.14+, 16.0+, and 18.0+.
154-
Our projects sometimes work with older versions, but this is not guaranteed.
153+
154+
When we cut a new major release, we drop support for unmaintained versions of
155+
Node.
156+
This means we try to keep the current release line, `unist-util-remove@^3`,
157+
compatible with Node.js 12.
155158

156159
## Related
157160

@@ -184,21 +187,21 @@ abide by its terms.
184187

185188
<!-- Definitions -->
186189

187-
[build-badge]: https://github.com/syntax-tree/unist-util-filter/workflows/main/badge.svg
190+
[build-badge]: https://github.com/syntax-tree/unist-util-remove/workflows/main/badge.svg
188191

189-
[build]: https://github.com/syntax-tree/unist-util-filter/actions
192+
[build]: https://github.com/syntax-tree/unist-util-remove/actions
190193

191-
[coverage-badge]: https://img.shields.io/codecov/c/github/syntax-tree/unist-util-filter.svg
194+
[coverage-badge]: https://img.shields.io/codecov/c/github/syntax-tree/unist-util-remove.svg
192195

193-
[coverage]: https://codecov.io/github/syntax-tree/unist-util-filter
196+
[coverage]: https://codecov.io/github/syntax-tree/unist-util-remove
194197

195-
[downloads-badge]: https://img.shields.io/npm/dm/unist-util-filter.svg
198+
[downloads-badge]: https://img.shields.io/npm/dm/unist-util-remove.svg
196199

197-
[downloads]: https://www.npmjs.com/package/unist-util-filter
200+
[downloads]: https://www.npmjs.com/package/unist-util-remove
198201

199-
[size-badge]: https://img.shields.io/bundlephobia/minzip/unist-util-filter.svg
202+
[size-badge]: https://img.shields.io/badge/dynamic/json?label=minzipped%20size&query=$.size.compressedSize&url=https://deno.bundlejs.com/?q=unist-util-remove
200203

201-
[size]: https://bundlephobia.com/result?p=unist-util-filter
204+
[size]: https://bundlejs.com/?q=unist-util-remove
202205

203206
[sponsors-badge]: https://opencollective.com/unified/sponsors/badge.svg
204207

0 commit comments

Comments
 (0)