From b9ff115cee381284d90812142159d091c9b86bd8 Mon Sep 17 00:00:00 2001 From: Serhii Volovyk Date: Thu, 13 May 2021 16:57:24 +0300 Subject: [PATCH 1/2] files added to package.json --- package.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/package.json b/package.json index 7c410f91..fec56cb6 100644 --- a/package.json +++ b/package.json @@ -63,5 +63,11 @@ "distributed", "applications", "distributed applications" + ], + "files": [ + "bin", + "commands", + "middleware", + "utils" ] } From 66b0eb142f22c363d7400ad7f8e0155f6e7b0060 Mon Sep 17 00:00:00 2001 From: Serhii Volovyk Date: Thu, 13 May 2021 17:13:48 +0300 Subject: [PATCH 2/2] config and get-config added to files --- package.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index fec56cb6..7fe414aa 100644 --- a/package.json +++ b/package.json @@ -68,6 +68,8 @@ "bin", "commands", "middleware", - "utils" + "utils", + "config.js", + "get-config.js" ] }