From ea5e065ee57e3e306ef58b77bdd62fc7da28e1f2 Mon Sep 17 00:00:00 2001 From: creations Date: Sat, 14 Jun 2025 13:11:11 -0400 Subject: [PATCH] fix lint --- package.json | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/package.json b/package.json index 70e4877..791ac45 100644 --- a/package.json +++ b/package.json @@ -32,22 +32,12 @@ "@types/bun": "^1.2.15", "tsup": "latest" }, - "files": [ - "dist", - "README.md", - "LICENSE" - ], + "files": ["dist", "README.md", "LICENSE"], "repository": { "type": "git", "url": "https://git.creations.works/atums/echo" }, - "keywords": [ - "logger", - "logging", - "typescript", - "nodejs", - "structured" - ], + "keywords": ["logger", "logging", "typescript", "nodejs", "structured"], "author": "creations.works", "homepage": "https://git.creations.works/atums/echo", "bugs": {