Skip to content

Commit 4c8c013

Browse files
committed
Refactor docs
1 parent fe6d1d9 commit 4c8c013

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

readme.md

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ To create trees, use [`unist-builder`][unist-builder].
4343
## Install
4444

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

4848
```sh
4949
npm install unist-util-filter
@@ -136,10 +136,13 @@ It exports the additional type [`Options`][options].
136136

137137
## Compatibility
138138

139-
Projects maintained by the unified collective are compatible with all maintained
139+
Projects maintained by the unified collective are compatible with maintained
140140
versions of Node.js.
141-
As of now, that is Node.js 14.14+ and 16.0+.
142-
Our projects sometimes work with older versions, but this is not guaranteed.
141+
142+
When we cut a new major release, we drop support for unmaintained versions of
143+
Node.
144+
This means we try to keep the current release line, `unist-util-filter@^4`,
145+
compatible with Node.js 12.
143146

144147
## Related
145148

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

185188
[downloads]: https://www.npmjs.com/package/unist-util-filter
186189

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

189-
[size]: https://bundlephobia.com/result?p=unist-util-filter
192+
[size]: https://bundlejs.com/?q=unist-util-filter
190193

191194
[sponsors-badge]: https://opencollective.com/unified/sponsors/badge.svg
192195

0 commit comments

Comments
 (0)