diff --git a/package.json b/package.json index 0be7fd0..7d69095 100644 --- a/package.json +++ b/package.json @@ -22,12 +22,12 @@ "elysia", "server-timing" ], - "homepage": "https://github.com/elysiajs/elysia-server-timing", + "homepage": "https://github.com/elysiajs/server-timing", "repository": { "type": "git", - "url": "https://github.com/elysiajs/elysia-server-timing" + "url": "https://github.com/elysiajs/server-timing" }, - "bugs": "https://github.com/elysiajs/elysia-server-timing/issues", + "bugs": "https://github.com/elysiajs/server-timing/issues", "license": "MIT", "scripts": { "dev": "bun run --watch example/index.ts", @@ -46,4 +46,4 @@ "tsup": "^8.1.0", "typescript": "^5.5.3" } -} \ No newline at end of file +}