From 0eca15f39ebfd8d6a4b7d373c8a1df9a419893ca Mon Sep 17 00:00:00 2001 From: Frazer Smith Date: Thu, 25 Jan 2024 11:15:54 +0000 Subject: [PATCH] chore(package): fix structure Signed-off-by: Frazer Smith --- package.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 7f367090..0f308c12 100644 --- a/package.json +++ b/package.json @@ -13,9 +13,12 @@ "metrics:summary": "node metrics/process-results.cjs -u" }, "bin": { - "benchmark": "./benchmark.js" + "benchmark": "benchmark.js" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/fastify/benchmarks.git" }, - "repository": "https://github.com/fastify/benchmarks.git", "author": "Çağatay Çalı", "contributors": [ {