From 6b92e8592171c620c472b9fdcc15beb01ed90e84 Mon Sep 17 00:00:00 2001 From: Christopher Date: Wed, 21 Jun 2023 13:29:40 -0400 Subject: [PATCH] Add the repository to manifest --- package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package.json b/package.json index f4ee1b0..2acab23 100644 --- a/package.json +++ b/package.json @@ -62,5 +62,9 @@ }, "dependencies": { "openai": "^3.3.0" + }, + "repository":{ + "type":"git", + "url":"https://github.com/Iheuzio/gpt-contextfiles/" } }