mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-31 17:38:28 +00:00
* separate project for about extension * move components to the about project * remove about from the app * update travis * fix lint
12 lines
201 B
JSON
12 lines
201 B
JSON
{
|
|
"name": "@alfresco/aca-about",
|
|
"version": "0.0.1",
|
|
"peerDependencies": {
|
|
"@angular/common": "^10.0.14",
|
|
"@angular/core": "^10.0.14"
|
|
},
|
|
"dependencies": {
|
|
"tslib": "^2.0.0"
|
|
}
|
|
}
|