1
0
mirror of https://github.com/redis/node-redis.git synced 2025-08-10 11:43:01 +03:00

fix #1743 - restrict the list of published files (#1742)

This commit is contained in:
Damien Arrachequesne
2021-11-29 18:13:43 +01:00
committed by GitHub
parent cbc1ac9ff4
commit 7cce81fb1e

View File

@@ -34,6 +34,9 @@
"url": "https://github.com/redis/node-redis/issues"
},
"homepage": "https://github.com/redis/node-redis",
"files": [
"dist/"
],
"engines": {
"npm": ">=7"
}