@@ -46,7 +46,7 @@ do the same but for mdast, hast, and nlcst nodes, respectively.
46
46
## Install
47
47
48
48
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] [ ] :
50
50
51
51
``` sh
52
52
npm install unist-util-assert
@@ -218,10 +218,13 @@ It exports the additional type [`AssertionError`][assertionerror].
218
218
219
219
## Compatibility
220
220
221
- Projects maintained by the unified collective are compatible with all maintained
221
+ Projects maintained by the unified collective are compatible with maintained
222
222
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.
225
228
226
229
## Related
227
230
@@ -260,9 +263,9 @@ abide by its terms.
260
263
261
264
[downloads]: https://www.npmjs.com/package/unist-util-assert
262
265
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
264
267
265
- [size]: https://bundlephobia .com/result?p =unist-util-assert
268
+ [size]: https://bundlejs .com/?q =unist-util-assert
266
269
267
270
[sponsors-badge]: https://opencollective.com/unified/sponsors/badge.svg
268
271
0 commit comments