From c6673f0cfef867816416e8f2b743ff4aa72902bc Mon Sep 17 00:00:00 2001 From: Frazer Smith Date: Wed, 17 Jan 2024 07:01:37 +0000 Subject: [PATCH] chore(package): fix `repository` structure --- package.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index df08b3a..3cac678 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,10 @@ "main": "src/index.js", "type": "commonjs", "types": "types/index.d.ts", - "repository": "git+https://github.com/Fdawgs/fastify-floc-off.git", + "repository": { + "type": "git", + "url": "git+https://github.com/Fdawgs/fastify-floc-off.git" + }, "homepage": "https://github.com/Fdawgs/fastify-floc-off", "bugs": { "url": "https://github.com/Fdawgs/fastify-floc-off/issues"