@@ -50,7 +50,7 @@ to display positional info to users.
50
50
## Install
51
51
52
52
This package is [ ESM only] [ esm ] .
53
- In Node.js (version 14.14+ and 16.0 +), install with [ npm] [ ] :
53
+ In Node.js (version 16 +), install with [ npm] [ ] :
54
54
55
55
``` sh
56
56
npm install unist-util-remove-position
@@ -144,10 +144,13 @@ It exports the additional type [`Options`][options].
144
144
145
145
## Compatibility
146
146
147
- Projects maintained by the unified collective are compatible with all maintained
147
+ Projects maintained by the unified collective are compatible with maintained
148
148
versions of Node.js.
149
- As of now, that is Node.js 14.14+ and 16.0+.
150
- Our projects sometimes work with older versions, but this is not guaranteed.
149
+
150
+ When we cut a new major release, we drop support for unmaintained versions of
151
+ Node.
152
+ This means we try to keep the current release line,
153
+ ` unist-util-remove-position@^4 ` , compatible with Node.js 12.
151
154
152
155
## Contribute
153
156
@@ -177,9 +180,9 @@ abide by its terms.
177
180
178
181
[ downloads ] : https://www.npmjs.com/package/unist-util-remove-position
179
182
180
- [ size-badge ] : https://img.shields.io/bundlephobia/minzip/ unist-util-remove-position.svg
183
+ [ size-badge ] : https://img.shields.io/badge/dynamic/json?label=minzipped%20size&query=$.size.compressedSize&url=https://deno.bundlejs.com/?q= unist-util-remove-position
181
184
182
- [ size ] : https://bundlephobia .com/result?p =unist-util-remove-position
185
+ [ size ] : https://bundlejs .com/?q =unist-util-remove-position
183
186
184
187
[ sponsors-badge ] : https://opencollective.com/unified/sponsors/badge.svg
185
188
0 commit comments