Skip to content

Commit 5705afe

Browse files
committed
Refactor docs
1 parent ded8eac commit 5705afe

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
@@ -35,7 +35,7 @@ of something in a file.
3535
## Install
3636

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

4040
```sh
4141
npm install unist-util-source
@@ -111,10 +111,13 @@ It exports no additional types.
111111

112112
## Compatibility
113113

114-
Projects maintained by the unified collective are compatible with all maintained
114+
Projects maintained by the unified collective are compatible with maintained
115115
versions of Node.js.
116-
As of now, that is Node.js 14.14+ and 16.0+.
117-
Our projects sometimes work with older versions, but this is not guaranteed.
116+
117+
When we cut a new major release, we drop support for unmaintained versions of
118+
Node.
119+
This means we try to keep the current release line, `unist-util-source@^4`,
120+
compatible with Node.js 12.
118121

119122
## Contribute
120123

@@ -144,9 +147,9 @@ abide by its terms.
144147

145148
[downloads]: https://www.npmjs.com/package/unist-util-source
146149

147-
[size-badge]: https://img.shields.io/bundlephobia/minzip/unist-util-source.svg
150+
[size-badge]: https://img.shields.io/badge/dynamic/json?label=minzipped%20size&query=$.size.compressedSize&url=https://deno.bundlejs.com/?q=unist-util-source
148151

149-
[size]: https://bundlephobia.com/result?p=unist-util-source
152+
[size]: https://bundlejs.com/?q=unist-util-source
150153

151154
[sponsors-badge]: https://opencollective.com/unified/sponsors/badge.svg
152155

0 commit comments

Comments
 (0)