From ec51b2f27363217b5fd7d936da6ae6d9887546c9 Mon Sep 17 00:00:00 2001 From: "autofix-ci[bot]" <114827586+autofix-ci[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 22:11:10 +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 7dc2f24..dc1ed86 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",