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"