From 37d60cdc7fff77b94d5721aab481870caab57acb Mon Sep 17 00:00:00 2001 From: Rolando Date: Thu, 9 Mar 2023 13:02:59 -0500 Subject: [PATCH] fix: fixed error with semantic versioning of peerDependencies. --- projects/ngx-object-diff/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/projects/ngx-object-diff/package.json b/projects/ngx-object-diff/package.json index 05b82b8..5c4736c 100644 --- a/projects/ngx-object-diff/package.json +++ b/projects/ngx-object-diff/package.json @@ -8,8 +8,8 @@ }, "license": "MIT", "peerDependencies": { - "@angular/common": ">=^13.0.0", - "@angular/core": ">=^13.0.0" + "@angular/common": ">=13.0.0", + "@angular/core": ">=13.0.0" }, "repository": { "type": "git",