From 3d65e9986b0e328c8cb6c299bfd906710cd585fa Mon Sep 17 00:00:00 2001 From: Furkan Yavuz Date: Tue, 14 Jun 2022 00:15:53 +0300 Subject: [PATCH 1/2] update dependencies --- projects/countdown/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/projects/countdown/package.json b/projects/countdown/package.json index df2c80a..1d7e9fa 100644 --- a/projects/countdown/package.json +++ b/projects/countdown/package.json @@ -4,8 +4,8 @@ "version": "4.0.3", "license": "MIT", "peerDependencies": { - "@angular/common": "^14.0.1", - "@angular/core": "^14.0.1" + "@angular/common": ">=14.0.1", + "@angular/core": ">=14.0.1" }, "dependencies": { "tslib": "^2.3.0" From 7c31f6fd45515ba6e1d4ccffb363db6857580502 Mon Sep 17 00:00:00 2001 From: Furkan Yavuz Date: Tue, 14 Jun 2022 00:16:38 +0300 Subject: [PATCH 2/2] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1ad3be6..2102d3e 100644 --- a/README.md +++ b/README.md @@ -64,3 +64,4 @@ Refer to **[CODE_OF_CONDUCT.md](https://github.com/open-template-hub/.github/blo ## LICENSE The source code for this project is released under the [MIT License](LICENSE). +