From 51d389c9ec09d79e685f8c9cf43e6cceb99e32d5 Mon Sep 17 00:00:00 2001 From: Damien Arrachequesne Date: Mon, 29 Nov 2021 00:31:53 +0100 Subject: [PATCH] chore: restrict the list of published files --- package.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 7eee7f3958b..5514029906b 100644 --- a/package.json +++ b/package.json @@ -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", + "files": [ + "dist/" + ] }