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 +}