Skip to content

Commit 4c96e74

Browse files
committed
feat: add official support for npm 10
1 parent 538c97e commit 4c96e74

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"license": "MIT",
2121
"engines": {
2222
"node": "18.x || 20.x",
23-
"npm": "8.x || 9.x"
23+
"npm": "8.x || 9.x || 10.x"
2424
},
2525
"scripts": {
2626
"build": "npm run build:types",

0 commit comments

Comments
 (0)