@@ -44,7 +44,7 @@ when creating hast (HTML) or xast (XML) nodes.
4444## Install
4545
4646This 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
5050npm 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
169169versions 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