From 231aada1412a112d346215dc0bafed986fb9612e Mon Sep 17 00:00:00 2001 From: chyzwar Date: Fri, 28 May 2021 22:02:22 +0200 Subject: [PATCH 1/2] chore(): added files to reduce package footprint in node_modules --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index e47ff11..2288ff4 100644 --- a/package.json +++ b/package.json @@ -15,6 +15,9 @@ "test", "test:typescript" ], + "files": [ + "reusify.js" + ], "repository": { "type": "git", "url": "git+https://github.com/mcollina/reusify.git" From 2a67e246a76d3a1968b7c8faf3b28b7df7235d35 Mon Sep 17 00:00:00 2001 From: chyzwar Date: Thu, 27 Mar 2025 19:24:24 +0100 Subject: [PATCH 2/2] chore(): added reusify.d.ts to files --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 2288ff4..34d6acd 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,8 @@ "test:typescript" ], "files": [ - "reusify.js" + "reusify.js", + "reusify.d.ts" ], "repository": { "type": "git",