Skip to content

Commit b842bf6

Browse files
committed
Refactor docs
1 parent afe0365 commit b842bf6

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

readme.md

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ to display positional info to users.
5050
## Install
5151

5252
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][]:
5454

5555
```sh
5656
npm install unist-util-remove-position
@@ -144,10 +144,13 @@ It exports the additional type [`Options`][options].
144144

145145
## Compatibility
146146

147-
Projects maintained by the unified collective are compatible with all maintained
147+
Projects maintained by the unified collective are compatible with maintained
148148
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.
151154

152155
## Contribute
153156

@@ -177,9 +180,9 @@ abide by its terms.
177180

178181
[downloads]: https://www.npmjs.com/package/unist-util-remove-position
179182

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
181184

182-
[size]: https://bundlephobia.com/result?p=unist-util-remove-position
185+
[size]: https://bundlejs.com/?q=unist-util-remove-position
183186

184187
[sponsors-badge]: https://opencollective.com/unified/sponsors/badge.svg
185188

0 commit comments

Comments
 (0)