You've already forked node-redis
mirror of
https://github.com/redis/node-redis.git
synced 2025-08-10 11:43:01 +03:00
fix #1744 - add npm minimum version
This commit is contained in:
@@ -33,5 +33,8 @@
|
|||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/redis/node-redis/issues"
|
"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"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user