fix lint
All checks were successful
Code quality checks / biome (push) Successful in 9s

This commit is contained in:
creations 2025-06-14 13:11:11 -04:00
parent 74308a80cc
commit ea5e065ee5
Signed by: creations
GPG key ID: 8F553AA4320FC711

View file

@ -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": {