From 9476fcdbe71658fe2659d8d8b75b2bbf129c5c16 Mon Sep 17 00:00:00 2001 From: CodewithClouds <74655404+CodewithClouds@users.noreply.github.com> Date: Sun, 25 Feb 2024 03:49:11 +0530 Subject: [PATCH] Update package.json --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index c2b223c..0a8c93a 100644 --- a/package.json +++ b/package.json @@ -18,15 +18,15 @@ "license": "MIT", "repository": { "type": "git", - "url": "git://github.com/cwctab/cwc-npm-hello.git" + "url": "git://github.com/cwctab/cwc-npm-hello-function.git" }, "bugs": { - "url": "https://github.com/cwctab/cwc-npm-hello/issues" + "url": "https://github.com/cwctab/cwc-npm-hello-function/issues" }, - "homepage": "https://github.com/cwctab/cwc-npm-hello", + "homepage": "https://github.com/cwctab/cwc-npm-hello-function", "devDependencies": { "@swc/core": "^1.4.2", "tsup": "^8.0.2", "typescript": "^5.3.3" } - } \ No newline at end of file + }