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). + diff --git a/projects/countdown/package.json b/projects/countdown/package.json index c796e1f..609cf69 100644 --- a/projects/countdown/package.json +++ b/projects/countdown/package.json @@ -4,8 +4,8 @@ "version": "4.0.4", "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"