From 421845600a321bcd84eb93f157ed4c3e1462139a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9A=D0=B0=D1=86=D1=83=D0=B1=D0=B0=20=D0=98=D0=B3=D0=BE?= =?UTF-8?q?=D1=80=D1=8C=20=D0=A1=D0=B5=D1=80=D0=B3=D0=B5=D0=B5=D0=B2=D0=B8?= =?UTF-8?q?=D1=87?= Date: Tue, 20 Sep 2022 12:17:10 +0300 Subject: [PATCH] fix: change the homepage url --- libs/ng-morph/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/ng-morph/package.json b/libs/ng-morph/package.json index 8247e5d1..43af7d57 100644 --- a/libs/ng-morph/package.json +++ b/libs/ng-morph/package.json @@ -27,5 +27,5 @@ "Roman Sedov <79601794011@ya.ru>" ], "repository": "https://github.com/TinkoffCreditSystems/ng-morph", - "homepage": "https://tinkoffcreditsystems.github.io/ng-morph/" + "homepage": "https://tinkoff.github.io/ng-morph/" }