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

fix #1876 - remove engines (#1884)

This commit is contained in:
Leibale Eidelman
2022-01-31 08:34:59 -05:00
committed by GitHub
parent 51475211a3
commit ac1a61ff79

View File

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