From 71094d52606e2b00b9a95cebf87d1622ab87dc59 Mon Sep 17 00:00:00 2001 From: Oluwatobi Sofela <60105594+oluwatobiss@users.noreply.github.com> Date: Sat, 26 Aug 2023 00:37:08 +0100 Subject: [PATCH] chore: add bugs field --- package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package.json b/package.json index 25ab79e..320f912 100644 --- a/package.json +++ b/package.json @@ -13,6 +13,10 @@ "type": "git", "url": "https://github.com/codesweetly/thank-you-tweet-button-001.git" }, + "bugs": { + "url": "https://github.com/codesweetly/thank-you-tweet-button-001/issues", + "email": "contact@codesweetly.com" + }, "scripts": { "build": "rm -r dist && npm run build:esm && npm run build:cjs && npm run copy-files", "build:esm": "tsc",