From 903a315788977d5231fb7a243e4158e994cd14fa Mon Sep 17 00:00:00 2001 From: Pascal Perrenoud Date: Tue, 14 May 2024 12:46:32 +0200 Subject: [PATCH] Hide src from package --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 34ae550..118f416 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "description": "log library with logger and writers", "module": "index.ts", "type": "module", - "files": ["index.ts", "src/**/*.ts"], + "files": ["index.ts"], "dependencies": { "chalk": "^5.3.0"