@@ -38,7 +38,7 @@ But this helps when integrating with the rest of unified and unist.
38
38
## Install
39
39
40
40
This package is [ ESM only] [ esm ] .
41
- In Node.js (version 14.14+ and 16.0 +), install with [ npm] [ ] :
41
+ In Node.js (version 16 +), install with [ npm] [ ] :
42
42
43
43
``` sh
44
44
npm install unist-util-find-before
@@ -117,10 +117,13 @@ It exports no additional types (types for the test are in `unist-util-is`).
117
117
118
118
## Compatibility
119
119
120
- Projects maintained by the unified collective are compatible with all maintained
120
+ Projects maintained by the unified collective are compatible with maintained
121
121
versions of Node.js.
122
- As of now, that is Node.js 14.14+ and 16.0+.
123
- Our projects sometimes work with older versions, but this is not guaranteed.
122
+
123
+ When we cut a new major release, we drop support for unmaintained versions of
124
+ Node.
125
+ This means we try to keep the current release line, ` unist-util-find-before@^3 ` ,
126
+ compatible with Node.js 12.
124
127
125
128
## Related
126
129
@@ -175,9 +178,9 @@ abide by its terms.
175
178
176
179
[ downloads ] : https://www.npmjs.com/package/unist-util-find-before
177
180
178
- [ size-badge ] : https://img.shields.io/bundlephobia/minzip/ unist-util-find-before.svg
181
+ [ size-badge ] : https://img.shields.io/badge/dynamic/json?label=minzipped%20size&query=$.size.compressedSize&url=https://deno.bundlejs.com/?q= unist-util-find-before
179
182
180
- [ size ] : https://bundlephobia .com/result?p =unist-util-find-before
183
+ [ size ] : https://bundlejs .com/?q =unist-util-find-before
181
184
182
185
[ sponsors-badge ] : https://opencollective.com/unified/sponsors/badge.svg
183
186
0 commit comments