From df16fd2677135ba674bf26ae733291559eba4030 Mon Sep 17 00:00:00 2001 From: Artem Zakharchenko Date: Fri, 14 Apr 2023 19:06:11 +0200 Subject: [PATCH] fix: repository link in package.json --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index e82d363..692271f 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "license": "MIT", "repository": { "type": "git", - "url": "https://github.com/open-draft/deferred-promise" + "url": "https://github.com/open-draft/logger" }, "devDependencies": { "@ossjs/release": "^0.5.1", @@ -62,4 +62,4 @@ "is-node-process": "^1.2.0", "outvariant": "^1.4.0" } -} \ No newline at end of file +}