From 02d0fd779757d81796f41c01c41e2ade813fe1a6 Mon Sep 17 00:00:00 2001 From: bogeychan Date: Mon, 8 Jul 2024 19:22:00 +0200 Subject: [PATCH] chore: update repository links & description --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 1451700..92b55c9 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/elysiajs/elysia-static" + "url": "https://github.com/elysiajs/elysia-stream" }, "main": "./dist/index.js", "devDependencies": { @@ -32,9 +32,9 @@ "node": "./dist/index.js", "default": "./dist/index.js" }, - "bugs": "https://github.com/elysiajs/elysia-static/issues", - "description": "Plugin for Elysia for serving static folder", - "homepage": "https://github.com/elysiajs/elysia-static", + "bugs": "https://github.com/elysiajs/elysia-stream/issues", + "description": "Plugin for Elysia for streaming response and Server Sent Event", + "homepage": "https://github.com/elysiajs/elysia-stream", "keywords": [ "elysia", "stream",