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 f39a88e commit 922e0dfCopy full SHA for 922e0df
README.md
@@ -83,7 +83,7 @@ const object = BaseError.httpResponse(error)
83
npm install modern-errors-http
84
```
85
86
-This package works in both Node.js >=16.17.0 and
+This package works in both Node.js >=18.18.0 and
87
[browsers](https://raw.githubusercontent.com/ehmicky/dev-tasks/main/src/browserslist).
88
89
This is an ES module. It must be loaded using
package.json
@@ -63,6 +63,6 @@
63
"modern-errors": "^6.0.0"
64
},
65
"engines": {
66
- "node": ">=16.17.0"
+ "node": ">=18.18.0"
67
}
68
0 commit comments