Skip to content

Commit 82f1431

Browse files
authored
Allow newer npm version (#345)
1 parent e539cb7 commit 82f1431

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"types": "dist/index.d.js",
88
"engines": {
99
"node": "20.x",
10-
"npm": "10.x"
10+
"npm": ">= 10.x"
1111
},
1212
"scripts": {
1313
"build": "rm -rf dist/ && ncc build --source-map --no-source-map-register src/index.ts",

0 commit comments

Comments
 (0)