From a36302e15bc27f249d7b6c64ef22512a807310ec Mon Sep 17 00:00:00 2001 From: Nathan Hedge <23344786+10Nates@users.noreply.github.com> Date: Fri, 22 Dec 2023 01:52:29 -0600 Subject: [PATCH] added additional info to packae.json --- package.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/package.json b/package.json index 8618efc..a3a06e2 100644 --- a/package.json +++ b/package.json @@ -6,6 +6,12 @@ "icon": "icon.png", "publisher": "10nates", "license": "MIT", + "bugs": { + "url": "https://github.com/10Nates/ollama-autocoder/issues" + }, + "sponsor": { + "url": "https://ko-fi.com/natehedge" + }, "repository": { "type": "git", "url": "https://github.com/10Nates/ollama-autocoder"