From 76851cad7366515c07a06e44c8cfbaa97a20b932 Mon Sep 17 00:00:00 2001 From: Om Giri <157702026+Omgiri01@users.noreply.github.com> Date: Sat, 13 Jun 2026 20:38:19 +0530 Subject: [PATCH] Update package.json --- package.json | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index aa815de..f0a5ea2 100644 --- a/package.json +++ b/package.json @@ -8,8 +8,12 @@ ], "repository": { "type": "git", - "url": "git@github.com:upstash/ratelimit-js.git" + "url": "git+https://github.com/upstash/ratelimit.git" }, + "bugs": { + "url": "https://github.com/upstash/ratelimit/issues" + }, + "homepage": "https://github.com/upstash/ratelimit#readme", "scripts": { "build": "tsup", "test": "bun test src --coverage", @@ -32,4 +36,4 @@ "dependencies": { "@upstash/core-analytics": "^0.0.10" } -} \ No newline at end of file +}