From 3561a14d3586b9e2f68f5a236ddbd7f9509ad842 Mon Sep 17 00:00:00 2001 From: iatsenko Date: Tue, 10 Sep 2024 16:31:28 +0200 Subject: [PATCH] chore: update demo url --- README.md | 2 +- package.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 139bc87..762339b 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Validation and formatting input parameters of Credit Cards # Demo -https://thekip.github.io/angular-cc-library/ +https://timofei-iatsenko.github.io/angular-cc-library/ Or run locally: diff --git a/package.json b/package.json index 77a3c73..8661513 100644 --- a/package.json +++ b/package.json @@ -53,5 +53,6 @@ "*.{ts,component.html}": [ "eslint --fix" ] - } + }, + "packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e" }