From c2d05855e53587d546cc00a3c7bda9234fd008d1 Mon Sep 17 00:00:00 2001 From: "autofix-ci[bot]" <114827586+autofix-ci[bot]@users.noreply.github.com> Date: Sun, 20 Oct 2024 10:42:17 +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 39259b6..f4c0113 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",