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 2a7f2a4 commit 8078eceCopy full SHA for 8078ece
.github/workflows/ci.yml
@@ -11,7 +11,7 @@ jobs:
11
strategy:
12
matrix:
13
node-version:
14
- - "18"
+ - "20"
15
- "*"
16
steps:
17
- uses: actions/checkout@v4
package.json
@@ -17,6 +17,8 @@
"url": "https://opencollective.com/express"
18
},
19
"license": "MIT",
20
+ "sideEffects": false,
21
+ "type": "module",
22
"exports": "./dist/index.js",
23
"main": "dist/index.js",
24
"typings": "dist/index.d.ts",
@@ -45,15 +47,15 @@
45
47
"vitest": "^3.0.5"
46
48
49
"engines": {
- "node": ">=18"
50
+ "node": ">=20"
51
52
"publishConfig": {
53
"access": "public"
54
55
"size-limit": [
56
{
57
"path": "dist/index.js",
- "limit": "2 kB"
58
+ "limit": "1.85 kB"
59
}
60
],
61
"ts-scripts": {
0 commit comments