1
0
mirror of https://github.com/redis/node-redis.git synced 2025-08-09 00:22:08 +03:00

fix #1744 - add npm minimum version

This commit is contained in:
leibale
2021-11-29 11:50:53 -05:00
parent f648f37f5a
commit aec90cac2c

View File

@@ -33,5 +33,8 @@
"bugs": {
"url": "https://github.com/redis/node-redis/issues"
},
"homepage": "https://github.com/redis/node-redis"
"homepage": "https://github.com/redis/node-redis",
"engines": {
"npm": ">=7"
}
}