From dbb93ada5e292289cc4092ab4d62559f7429ccca Mon Sep 17 00:00:00 2001 From: PatrickJS Date: Wed, 23 Oct 2024 14:23:05 -0700 Subject: [PATCH] feat: package.json add git repo --- package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package.json b/package.json index c20aa84..e1615ae 100644 --- a/package.json +++ b/package.json @@ -2,6 +2,10 @@ "name": "substack-feed-api", "version": "1.0.2", "type": "module", + "repository": { + "type": "git", + "url": "git+https://github.com/rohit1901/substack-feed-api.git" + }, "files": [ "dist", "index.d.ts"