From 7520588cb22d019cc4bd99368a639a289b767857 Mon Sep 17 00:00:00 2001 From: Rolando Date: Tue, 7 Mar 2023 17:44:25 -0500 Subject: [PATCH] updated packages names and peerDependencies. --- package.json | 2 +- projects/ngx-object-diff/package.json | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index e69e98e..d569943 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "ngx-object-diff-workspace", + "name": "@everymundo/ngx-object-diff-workspace", "version": "0.0.3", "description": "An Angular 2+ library to compare and show object differences.", "author": { diff --git a/projects/ngx-object-diff/package.json b/projects/ngx-object-diff/package.json index 43b95e6..05b82b8 100644 --- a/projects/ngx-object-diff/package.json +++ b/projects/ngx-object-diff/package.json @@ -1,5 +1,5 @@ { - "name": "ngx-object-diff", + "name": "@everymundo/ngx-object-diff", "version": "0.0.3", "description": "An Angular 2+ library to compare and show object differences.", "author": { @@ -8,8 +8,8 @@ }, "license": "MIT", "peerDependencies": { - "@angular/common": "^8.2.14", - "@angular/core": "^8.2.14" + "@angular/common": ">=^13.0.0", + "@angular/core": ">=^13.0.0" }, "repository": { "type": "git",