From d926eb103e09be0fa39044234dc9cbfcb185e68c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Greg=20Berg=C3=A9?= Date: Tue, 16 Jan 2024 20:59:41 +0100 Subject: [PATCH] chore(pkg): fix repository field --- package.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index dd95a5e..f8eea3f 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,10 @@ ], "author": "Greg Bergé", "license": "MIT", - "repository": "github:gregberge/twc", + "repository": { + "type": "git", + "url": "git+https://github.com/gregberge/twc.git" + }, "homepage": "https://react-twc.vercel.app", "funding": { "type": "github",