From 197a395f9ed5271e77c886b98288ce4e7a7011e2 Mon Sep 17 00:00:00 2001 From: Muhammed Mushtaha Date: Mon, 16 Sep 2024 16:10:06 +0300 Subject: [PATCH] add repo link in package.json --- package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package.json b/package.json index ce089fa..04bf75a 100644 --- a/package.json +++ b/package.json @@ -16,6 +16,10 @@ "files": [ "dist" ], + "repository": { + "type": "git", + "url": "https://github.com/muhmushtaha/react-fb-login-btn.git" + }, "scripts": { "build": "rollup -c --bundleConfigAsCjs", "prepublishOnly": "npm run build",