From e866a021e8d8523d6fb723eebccfbd7e4d86a0d0 Mon Sep 17 00:00:00 2001 From: Sebastian Beltran Date: Thu, 29 May 2025 20:39:53 -0500 Subject: [PATCH 1/2] global dependencies Signed-off-by: Sebastian Beltran --- package.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 0000000..fde2b99 --- /dev/null +++ b/package.json @@ -0,0 +1,6 @@ +{ + "dependencies": { + "axios": "^1.9.0", + "@octokit/rest": "^22.0.0" + } +} \ No newline at end of file From e64d9cba0bfe96769b9c2992af111a8449fb827e Mon Sep 17 00:00:00 2001 From: Sebastian Beltran Date: Thu, 29 May 2025 20:40:30 -0500 Subject: [PATCH 2/2] update readme Signed-off-by: Sebastian Beltran --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index efdb931..91eb625 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Allows you to subscribe to all repositories in an organization. ## Usage 1. Clone the repository -2. Install the required dependency for the script you want to use +2. Run `npm install` to install dependencies 3. Make necessary changes to the script 4. Run the script