Skip to content

Commit 96c2cd9

Browse files
committed
expand engine range to include npm v.10.x.x
1 parent 21b6aac commit 96c2cd9

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
@@ -13,7 +13,7 @@
1313
},
1414
"engines": {
1515
"node": ">=16 <19",
16-
"npm": ">=7 <10"
16+
"npm": ">=7 <11"
1717
},
1818
"scripts": {
1919
"build": "webpack --mode production",

0 commit comments

Comments
 (0)