diff --git a/package.json b/package.json index bf2610b..2be46ea 100644 --- a/package.json +++ b/package.json @@ -20,13 +20,7 @@ }, "description": "Cross JavaScript runtime benchmarking library and CLI", "homepage": "https://github.com/poolifier/tatami-ng#readme", - "keywords": [ - "benchmark", - "browser", - "bun", - "deno", - "node" - ], + "keywords": ["benchmark", "browser", "bun", "deno", "node"], "bugs": { "url": "https://github.com/poolifier/tatami-ng/issues" }, @@ -34,10 +28,7 @@ "type": "git", "url": "git+https://github.com/poolifier/tatami-ng.git" }, - "files": [ - "src", - "dist" - ], + "files": ["src", "dist"], "scripts": { "prepare": "bun prepare.ts", "format": "biome format . --write",