From e6394f0825eec0b93414239da384143b82ff62d3 Mon Sep 17 00:00:00 2001 From: Ayo Date: Fri, 8 May 2026 14:41:16 +0200 Subject: [PATCH] chore: fix repository prop in package.json --- package.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 95387b3..405edb8 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,10 @@ "lint": "eslint . --config eslint.config.mjs", "prepare": "husky install" }, - "repository": "https://github.com/ayoayco/web-component-base", + "repository": { + "type": "git", + "url": "git+https://github.com/ayoayco/web-component-base.git" + }, "homepage": "https://WebComponent.io", "keywords": [ "web components",