Skip to content

Commit b795329

Browse files
committed
Refactor docs
1 parent f2edb95 commit b795329

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
@@ -44,7 +44,7 @@ when creating hast (HTML) or xast (XML) nodes.
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-builder
@@ -165,10 +165,13 @@ It exports the additional types [`ChildrenOrValue`][childrenorvalue] and
165165
166166
## Compatibility
167167
168-
Projects maintained by the unified collective are compatible with all maintained
168+
Projects maintained by the unified collective are compatible with maintained
169169
versions of Node.js.
170-
As of now, that is Node.js 14.14+ and 16.0+.
171-
Our projects sometimes work with older versions, but this is not guaranteed.
170+
171+
When we cut a new major release, we drop support for unmaintained versions of
172+
Node.
173+
This means we try to keep the current release line, `unist-builder@^3`,
174+
compatible with Node.js 12.
172175
173176
## Related
174177
@@ -205,9 +208,9 @@ abide by its terms.
205208
206209
[downloads]: https://www.npmjs.com/package/unist-builder
207210
208-
[size-badge]: https://img.shields.io/bundlephobia/minzip/unist-builder.svg
211+
[size-badge]: https://img.shields.io/badge/dynamic/json?label=minzipped%20size&query=$.size.compressedSize&url=https://deno.bundlejs.com/?q=unist-builder
209212
210-
[size]: https://bundlephobia.com/result?p=unist-builder
213+
[size]: https://bundlejs.com/?q=unist-builder
211214
212215
[sponsors-badge]: https://opencollective.com/unified/sponsors/badge.svg
213216

0 commit comments

Comments
 (0)