From 38a01efd880752bdb7366b1a48246dc6df035964 Mon Sep 17 00:00:00 2001 From: Bellisario <72039923+Bellisario@users.noreply.github.com> Date: Thu, 2 Jun 2022 19:21:30 +0200 Subject: [PATCH] Update package.json --- package.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 2956d89..cbe46c0 100644 --- a/package.json +++ b/package.json @@ -15,10 +15,18 @@ "npm-publish": "node ./publish.js", "test": "echo \"Install package with DEV Dependencies and run code inside test folder to test\" && exit 0" }, + "bugs": { + "url": "https://github.com/Bellisario/hostname-patcher/issues" + }, + "repository": { + "type": "git", + "url": "https://github.com/Bellisario/hostname-patcher.git" + }, + "homepage": "https://github.com/Bellisario/hostname-patcher", "author": "Bellisario", "license": "ISC", "devDependencies": { "@jsdevtools/npm-publish": "^1.4.3", "nodemailer": "^6.7.5" } -} +} \ No newline at end of file