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