Skip to content

Commit aec90ca

Browse files
committed
fix #1744 - add npm minimum version
1 parent f648f37 commit aec90ca

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,8 @@
3333
"bugs": {
3434
"url": "https://github.com/redis/node-redis/issues"
3535
},
36-
"homepage": "https://github.com/redis/node-redis"
36+
"homepage": "https://github.com/redis/node-redis",
37+
"engines": {
38+
"npm": ">=7"
39+
}
3740
}

0 commit comments

Comments
 (0)