From bd7eff6c4b3123eae24ea65fba71b9cc97abc4cf Mon Sep 17 00:00:00 2001 From: Yizack Rangel Date: Thu, 29 Aug 2024 08:34:33 -0500 Subject: [PATCH] chore: fix npm repo property --- package.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index e08adfa..a7b08b8 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,10 @@ "nuxt3", "twitter-emoji" ], - "repository": "Yizack/nuxt-twemoji", + "repository": { + "type": "git", + "url": "git+https://github.com/Yizack/nuxt-twemoji.git" + }, "homepage": "https://github.com/Yizack/nuxt-twemoji", "author": { "name": "Yizack Rangel",