Skip to content

Commit 0150c33

Browse files
committed
Refactor docs
1 parent 9db76d9 commit 0150c33

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
@@ -56,7 +56,7 @@ It turns JS into esast.
5656
## Install
5757

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

6161
```sh
6262
npm install estree-util-to-js
@@ -322,10 +322,13 @@ It exports the additional types [`Handler`][api-handler],
322322

323323
## Compatibility
324324

325-
Projects maintained by the unified collective are compatible with all maintained
325+
Projects maintained by the unified collective are compatible with maintained
326326
versions of Node.js.
327-
As of now, that is Node.js 14.14+, 16.0+, and 18.0+.
328-
Our projects sometimes work with older versions, but this is not guaranteed.
327+
328+
When we cut a new major release, we drop support for unmaintained versions of
329+
Node.
330+
This means we try to keep the current release line, `estree-util-to-js@^1`,
331+
compatible with Node.js 12.
329332

330333
## Contribute
331334

@@ -355,9 +358,9 @@ abide by its terms.
355358

356359
[downloads]: https://www.npmjs.com/package/estree-util-to-js
357360

358-
[size-badge]: https://img.shields.io/bundlephobia/minzip/estree-util-to-js.svg
361+
[size-badge]: https://img.shields.io/badge/dynamic/json?label=minzipped%20size&query=$.size.compressedSize&url=https://deno.bundlejs.com/?q=estree-util-to-js
359362

360-
[size]: https://bundlephobia.com/result?p=estree-util-to-js
363+
[size]: https://bundlejs.com/?q=estree-util-to-js
361364

362365
[sponsors-badge]: https://opencollective.com/unified/sponsors/badge.svg
363366

0 commit comments

Comments
 (0)