@@ -35,7 +35,7 @@ This is a small utility that is useful when you’re dealing with ASTs.
35
35
## Install
36
36
37
37
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] [ ] :
39
39
40
40
``` sh
41
41
npm install nlcst-to-string
@@ -100,10 +100,13 @@ It exports no additional types.
100
100
101
101
## Compatibility
102
102
103
- Projects maintained by the unified collective are compatible with all maintained
103
+ Projects maintained by the unified collective are compatible with maintained
104
104
versions of Node.js.
105
- As of now, that is Node.js 14.14+ and 16.0+.
106
- Our projects sometimes work with older versions, but this is not guaranteed.
105
+
106
+ When we cut a new major release, we drop support for unmaintained versions of
107
+ Node.
108
+ This means we try to keep the current release line, ` nlcst-to-string@^3 ` ,
109
+ compatible with Node.js 12.
107
110
108
111
## Contribute
109
112
@@ -133,9 +136,9 @@ abide by its terms.
133
136
134
137
[ downloads ] : https://www.npmjs.com/package/nlcst-to-string
135
138
136
- [ size-badge ] : https://img.shields.io/bundlephobia/minzip/ nlcst-to-string.svg
139
+ [ size-badge ] : https://img.shields.io/badge/dynamic/json?label=minzipped%20size&query=$.size.compressedSize&url=https://deno.bundlejs.com/?q= nlcst-to-string
137
140
138
- [ size ] : https://bundlephobia .com/result?p =nlcst-to-string
141
+ [ size ] : https://bundlejs .com/?q =nlcst-to-string
139
142
140
143
[ sponsors-badge ] : https://opencollective.com/unified/sponsors/badge.svg
141
144
0 commit comments