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

This commit is contained in:
creations 2025-06-11 10:34:11 -04:00
parent e8d4d55aa8
commit 15d4978ac5
Signed by: creations
GPG key ID: 8F553AA4320FC711

View file

@ -9,12 +9,8 @@
"types": "./dist/index.d.ts",
"typesVersions": {
"*": {
"lib/char": [
"./dist/lib/char.d.ts"
],
"lib/config": [
"./dist/lib/config.d.ts"
]
"lib/char": ["./dist/lib/char.d.ts"],
"lib/config": ["./dist/lib/config.d.ts"]
}
},
"exports": {
@ -45,22 +41,12 @@
"tsup": "^8.5.0",
"typescript": "^5.8.3"
},
"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": {