From 7cce81fb1e38d13c2fd75ca478831afa5e6c43c1 Mon Sep 17 00:00:00 2001 From: Damien Arrachequesne Date: Mon, 29 Nov 2021 18:13:43 +0100 Subject: [PATCH] fix #1743 - restrict the list of published files (#1742) --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index 62165ec48a..4b3b562f6a 100644 --- a/package.json +++ b/package.json @@ -34,6 +34,9 @@ "url": "https://github.com/redis/node-redis/issues" }, "homepage": "https://github.com/redis/node-redis", + "files": [ + "dist/" + ], "engines": { "npm": ">=7" }