mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
Deprecate commit sha (#7936)
This commit is contained in:
@@ -43,7 +43,6 @@ export class AboutComponent implements OnInit {
|
||||
licenseEntries: LicenseData[];
|
||||
|
||||
dependencyEntries: PackageInfo[] = [];
|
||||
url: string;
|
||||
version: string;
|
||||
dependencies: string;
|
||||
application: string;
|
||||
@@ -70,7 +69,6 @@ export class AboutComponent implements OnInit {
|
||||
}
|
||||
|
||||
ngOnInit() {
|
||||
this.url = `https://github.com/Alfresco/${this.pkg?.name}/commits/${this.pkg?.commit}`;
|
||||
this.version = this.pkg?.version;
|
||||
this.dependencies = this.pkg?.dependencies;
|
||||
|
||||
|
Reference in New Issue
Block a user