We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e539cb7 commit 82f1431Copy full SHA for 82f1431
package.json
@@ -7,7 +7,7 @@
7
"types": "dist/index.d.js",
8
"engines": {
9
"node": "20.x",
10
- "npm": "10.x"
+ "npm": ">= 10.x"
11
},
12
"scripts": {
13
"build": "rm -rf dist/ && ncc build --source-map --no-source-map-register src/index.ts",
0 commit comments