@@ -38,7 +38,7 @@ looking for!
3838## Install
3939
4040This package is [ ESM only] [ esm ] .
41- In Node.js (version 12.20+, 14.14+, 16.0+, or 18 .0+), install with [ npm] [ ] :
41+ In Node.js (version 14.14+ and 16 .0+), install with [ npm] [ ] :
4242
4343``` sh
4444npm install hast-util-whitespace
@@ -82,7 +82,7 @@ whitespace({
8282
8383## API
8484
85- This package exports the identifier ` whitespace ` .
85+ This package exports the identifier [ ` whitespace ` ] [ whitespace ] .
8686There is no default export.
8787
8888### ` whitespace(thing) `
@@ -111,7 +111,7 @@ It exports no additional types.
111111
112112Projects maintained by the unified collective are compatible with all maintained
113113versions of Node.js.
114- As of now, that is Node.js 12.20+, 14.14+, 16.0+, and 18 .0+.
114+ As of now, that is Node.js 14.14+ and 16 .0+.
115115Our projects sometimes work with older versions, but this is not guaranteed.
116116
117117## Security
@@ -223,3 +223,5 @@ abide by its terms.
223223[ text ] : https://github.com/syntax-tree/hast#text
224224
225225[ xss ] : https://en.wikipedia.org/wiki/Cross-site_scripting
226+
227+ [ whitespace ] : #whitespacething
0 commit comments