Skip to content

Commit

Permalink
fix: repo name
Browse files Browse the repository at this point in the history
  • Loading branch information
chronark committed Aug 22, 2022
1 parent be444e5 commit 5227363
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cmd/build.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,15 @@ await build({
description: "A serverless ratelimiter built on top of Upstash REST API.",
repository: {
type: "git",
url: "git+https://github.com/upstash/ratelimiter.git",
url: "git+https://github.com/upstash/ratelimit.git",
},
keywords: ["rate", "limit", "redis", "serverless", "edge", "upstash"],
author: "Andreas Thomas <andreas.thomas@chronark.com>",
license: "MIT",
bugs: {
url: "https://github.com/upstash/ratelimiter/issues",
url: "https://github.com/upstash/ratelimit/issues",
},
homepage: "https://github.com/upstash/ratelimiter#readme",
homepage: "https://github.com/upstash/ratelimit#readme",

devDependencies: {
"size-limit": "latest",
Expand Down

0 comments on commit 5227363

Please sign in to comment.