@@ -44,7 +44,7 @@ when creating hast (HTML) or xast (XML) nodes.
44
44
## Install
45
45
46
46
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] [ ] :
48
48
49
49
``` sh
50
50
npm install unist-builder
@@ -165,10 +165,13 @@ It exports the additional types [`ChildrenOrValue`][childrenorvalue] and
165
165
166
166
## Compatibility
167
167
168
- Projects maintained by the unified collective are compatible with all maintained
168
+ Projects maintained by the unified collective are compatible with maintained
169
169
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.
172
175
173
176
## Related
174
177
@@ -205,9 +208,9 @@ abide by its terms.
205
208
206
209
[downloads]: https://www.npmjs.com/package/unist-builder
207
210
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
209
212
210
- [size]: https://bundlephobia .com/result?p =unist-builder
213
+ [size]: https://bundlejs .com/?q =unist-builder
211
214
212
215
[sponsors-badge]: https://opencollective.com/unified/sponsors/badge.svg
213
216
0 commit comments