Skip to content

Commit ce6c97f

Browse files
committed
fix: allow more node & npm versions in engines field
1 parent 6039719 commit ce6c97f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,8 @@
7474
"typescript": "^4.4.4"
7575
},
7676
"engines": {
77-
"node": ">=16.7.0",
78-
"npm": ">=7.24.2"
77+
"node": ">=v16.6.0",
78+
"npm": ">=7.0.0"
7979
},
8080
"keywords": [
8181
"@sapphire/cli",

0 commit comments

Comments
 (0)