We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e539cb7 commit b60a92aCopy full SHA for b60a92a
1 file changed
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