Skip to content

Commit 59af2e5

Browse files
committed
Refactor docs
1 parent 14fa4d6 commit 59af2e5

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

readme.md

+9-6
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ wrapper makes it all a bit easier.
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-index
@@ -208,10 +208,13 @@ It exports the additional types [`KeyFunction`][keyfunction] and
208208

209209
## Compatibility
210210

211-
Projects maintained by the unified collective are compatible with all maintained
211+
Projects maintained by the unified collective are compatible with maintained
212212
versions of Node.js.
213-
As of now, that is Node.js 12.20+, 14.14+, 16.0+, and 18.0+.
214-
Our projects sometimes work with older versions, but this is not guaranteed.
213+
214+
When we cut a new major release, we drop support for unmaintained versions of
215+
Node.
216+
This means we try to keep the current release line, `unist-util-index@^3`,
217+
compatible with Node.js 12.
215218

216219
## Related
217220

@@ -250,9 +253,9 @@ abide by its terms.
250253

251254
[downloads]: https://www.npmjs.com/package/unist-util-index
252255

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

255-
[size]: https://bundlephobia.com/result?p=unist-util-index
258+
[size]: https://bundlejs.com/?q=unist-util-index
256259

257260
[sponsors-badge]: https://opencollective.com/unified/sponsors/badge.svg
258261

0 commit comments

Comments
 (0)