Skip to content

Commit e156ccf

Browse files
committed
Refactor docs
1 parent cb2ee97 commit e156ccf

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
@@ -36,7 +36,7 @@ nodes.
3636
## Install
3737

3838
This package is [ESM only][esm].
39-
In Node.js (version 14.14+ and 16.0+), install with [npm][]:
39+
In Node.js (version 16+), install with [npm][]:
4040

4141
```sh
4242
npm install unist-util-position-from-estree
@@ -115,10 +115,13 @@ It exports no additional types.
115115

116116
## Compatibility
117117

118-
Projects maintained by the unified collective are compatible with all maintained
118+
Projects maintained by the unified collective are compatible with maintained
119119
versions of Node.js.
120-
As of now, that is Node.js 14.14+ and 16.0+.
121-
Our projects sometimes work with older versions, but this is not guaranteed.
120+
121+
When we cut a new major release, we drop support for unmaintained versions of
122+
Node.
123+
This means we try to keep the current release line,
124+
`unist-util-position-from-estree@^1`, compatible with Node.js 12.
122125

123126
## Contribute
124127

@@ -148,9 +151,9 @@ abide by its terms.
148151

149152
[downloads]: https://www.npmjs.com/package/unist-util-position-from-estree
150153

151-
[size-badge]: https://img.shields.io/bundlephobia/minzip/unist-util-position-from-estree.svg
154+
[size-badge]: https://img.shields.io/badge/dynamic/json?label=minzipped%20size&query=$.size.compressedSize&url=https://deno.bundlejs.com/?q=unist-util-position-from-estree
152155

153-
[size]: https://bundlephobia.com/result?p=unist-util-position-from-estree
156+
[size]: https://bundlejs.com/?q=unist-util-position-from-estree
154157

155158
[sponsors-badge]: https://opencollective.com/unified/sponsors/badge.svg
156159

0 commit comments

Comments
 (0)