From e5419db8ab3a6ad3011dc173a918ccaf37db5f97 Mon Sep 17 00:00:00 2001 From: Filip Hric Date: Fri, 7 Oct 2022 21:33:05 +0200 Subject: [PATCH] feat: initial commit --- package.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 06b6033..1296a4f 100644 --- a/package.json +++ b/package.json @@ -50,5 +50,9 @@ "repository": { "type": "git", "url": "https://github.com/filiphric/cypress-plugin-api.git" - } + }, + "bugs": { + "url": "https://github.com/filiphric/filiphric/cypress-plugin-api/issues" + }, + "homepage": "https://github.com/filiphric/filiphric/cypress-plugin-api#readme" }