From f10ebf488b0fece46b6511377609095cdb835928 Mon Sep 17 00:00:00 2001 From: saltyaom Date: Wed, 25 Dec 2024 20:14:57 +0700 Subject: [PATCH] :tada: feat: provenance publish --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 +}