Skip to content

Commit 9c291ca

Browse files
committed
Refactor docs
1 parent dc59467 commit 9c291ca

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
@@ -48,7 +48,7 @@ to match against CSS selectors.
4848
## Install
4949

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

5353
```sh
5454
npm install unist-util-is
@@ -245,10 +245,13 @@ It exports the additional types [`Check`][api-check],
245245

246246
## Compatibility
247247

248-
Projects maintained by the unified collective are compatible with all maintained
248+
Projects maintained by the unified collective are compatible with maintained
249249
versions of Node.js.
250-
As of now, that is Node.js 14.14+ and 16.0+.
251-
Our projects sometimes work with older versions, but this is not guaranteed.
250+
251+
When we cut a new major release, we drop support for unmaintained versions of
252+
Node.
253+
This means we try to keep the current release line, `unist-util-is@^5`,
254+
compatible with Node.js 12.
252255

253256
## Related
254257

@@ -295,9 +298,9 @@ abide by its terms.
295298

296299
[downloads]: https://www.npmjs.com/package/unist-util-is
297300

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

300-
[size]: https://bundlephobia.com/result?p=unist-util-is
303+
[size]: https://bundlejs.com/?q=unist-util-is
301304

302305
[sponsors-badge]: https://opencollective.com/unified/sponsors/badge.svg
303306

0 commit comments

Comments
 (0)