Skip to content

Commit 4e4061b

Browse files
committed
Refactor docs
1 parent f19e56a commit 4e4061b

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
@@ -46,7 +46,7 @@ do the same but for mdast, hast, and nlcst nodes, respectively.
4646
## Install
4747

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

5151
```sh
5252
npm install unist-util-assert
@@ -218,10 +218,13 @@ It exports the additional type [`AssertionError`][assertionerror].
218218
219219
## Compatibility
220220
221-
Projects maintained by the unified collective are compatible with all maintained
221+
Projects maintained by the unified collective are compatible with maintained
222222
versions of Node.js.
223-
As of now, that is Node.js 14.14+ and 16.0+.
224-
Our projects sometimes work with older versions, but this is not guaranteed.
223+
224+
When we cut a new major release, we drop support for unmaintained versions of
225+
Node.
226+
This means we try to keep the current release line, `unist-util-assert@^3`,
227+
compatible with Node.js 12.
225228
226229
## Related
227230
@@ -260,9 +263,9 @@ abide by its terms.
260263
261264
[downloads]: https://www.npmjs.com/package/unist-util-assert
262265
263-
[size-badge]: https://img.shields.io/bundlephobia/minzip/unist-util-assert.svg
266+
[size-badge]: https://img.shields.io/badge/dynamic/json?label=minzipped%20size&query=$.size.compressedSize&url=https://deno.bundlejs.com/?q=unist-util-assert
264267
265-
[size]: https://bundlephobia.com/result?p=unist-util-assert
268+
[size]: https://bundlejs.com/?q=unist-util-assert
266269
267270
[sponsors-badge]: https://opencollective.com/unified/sponsors/badge.svg
268271

0 commit comments

Comments
 (0)