@@ -43,7 +43,7 @@ does the same but for [remark][].
43
43
## Install
44
44
45
45
This package is [ ESM only] [ esm ] .
46
- In Node.js (version 14.14+ and 16.0 +), install with [ npm] [ ] :
46
+ In Node.js (version 16 +), install with [ npm] [ ] :
47
47
48
48
``` sh
49
49
npm install mdast-util-normalize-headings
@@ -120,10 +120,13 @@ It exports no additional types.
120
120
121
121
## Compatibility
122
122
123
- Projects maintained by the unified collective are compatible with all maintained
123
+ Projects maintained by the unified collective are compatible with maintained
124
124
versions of Node.js.
125
- As of now, that is Node.js 14.14+ and 16.0+.
126
- Our projects sometimes work with older versions, but this is not guaranteed.
125
+
126
+ When we cut a new major release, we drop support for unmaintained versions of
127
+ Node.
128
+ This means we try to keep the current release line,
129
+ ` mdast-normalize-headings@^3 ` , compatible with Node.js 12.
127
130
128
131
## Security
129
132
@@ -163,9 +166,9 @@ abide by its terms.
163
166
164
167
[ downloads ] : https://www.npmjs.com/package/mdast-normalize-headings
165
168
166
- [ size-badge ] : https://img.shields.io/bundlephobia/minzip/ mdast-normalize-headings.svg
169
+ [ size-badge ] : https://img.shields.io/badge/dynamic/json?label=minzipped%20size&query=$.size.compressedSize&url=https://deno.bundlejs.com/?q= mdast-normalize-headings
167
170
168
- [ size ] : https://bundlephobia .com/result?p =mdast-normalize-headings
171
+ [ size ] : https://bundlejs .com/?q =mdast-normalize-headings
169
172
170
173
[ sponsors-badge ] : https://opencollective.com/unified/sponsors/badge.svg
171
174
0 commit comments