From 498d09696452baf31460ec5c683d8ab46af2bcd4 Mon Sep 17 00:00:00 2001 From: Muthu Kumar Date: Thu, 9 Mar 2023 14:46:52 +0530 Subject: [PATCH] chore: update repo URL --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index a00e73f..bd7533e 100644 --- a/package.json +++ b/package.json @@ -13,11 +13,11 @@ ], "repository": { "type": "git", - "url": "git+https://github.com/codefeathers/Promise.object.git" + "url": "git+https://github.com/feathers-studio/Promise.object.git" }, "bugs": { - "url": "https://github.com/codefeathers/Promise.object/issues" + "url": "https://github.com/feathers-studio/Promise.object/issues" }, - "homepage": "https://github.com/codefeathers/Promise.object#readme", + "homepage": "https://github.com/feathers-studio/Promise.object#readme", "license": "MIT" }