We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8903ce commit 5810176Copy full SHA for 5810176
readme.md
@@ -37,7 +37,7 @@ This package can be used to do what it does in Node 14–20.
37
## Install
38
39
This package is [ESM only][esm].
40
-In Node.js (version 18.0+), install with [npm][]:
+In Node.js (version 16+), install with [npm][]:
41
42
```sh
43
npm install import-meta-resolve
@@ -199,7 +199,7 @@ It exports the additional type [`ErrnoException`][errnoexception].
199
## Compatibility
200
201
This package is at least compatible with all maintained versions of Node.js.
202
-As of now, that is Node.js 18 and later.
+As of now, that is Node.js 16 and later.
203
204
## Contribute
205
0 commit comments