From 6f01b1471a2477b6f57492a6676fe5c0c932e7b0 Mon Sep 17 00:00:00 2001 From: "autofix-ci[bot]" <114827586+autofix-ci[bot]@users.noreply.github.com> Date: Wed, 10 Jul 2024 23:03:29 +0000 Subject: [PATCH] [autofix.ci] apply automated fixes --- package.json | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/package.json b/package.json index 484030b..f01a0b3 100644 --- a/package.json +++ b/package.json @@ -18,13 +18,7 @@ }, "description": "cross javascript runtime benchmarking library", "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" }, @@ -32,10 +26,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",