diff --git a/package.json b/package.json index e9dac33..92094e3 100644 --- a/package.json +++ b/package.json @@ -27,9 +27,6 @@ "copyToDist:license": "ncp ./LICENSE.md ./dist/ngx-material-entity/LICENSE.md" }, "private": true, - "repository": { - "url": "https://github.com/Service-Soft/ngx-material-entity" - }, "dependencies": { "@angular/animations": "~20.2.1", "@angular/cdk": "^20.2.0", diff --git a/projects/ngx-material-entity/package.json b/projects/ngx-material-entity/package.json index 4817e6d..a8a8a64 100644 --- a/projects/ngx-material-entity/package.json +++ b/projects/ngx-material-entity/package.json @@ -8,6 +8,9 @@ "crud", "entity" ], + "repository": { + "url": "https://github.com/Service-Soft/ngx-material-entity" + }, "peerDependencies": { "@angular/animations": "20", "@angular/cdk": "20",