mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-05-12 17:04:46 +00:00
setup missing ngx-markdown dependency (#4547)
This commit is contained in:
parent
8e019a1295
commit
6487b82fac
@ -5,6 +5,7 @@
|
||||
"styleIncludePaths": ["projects/aca-content/src/lib/ui"],
|
||||
"entryFile": "src/public-api.ts"
|
||||
},
|
||||
"allowedNonPeerDependencies": ["ngx-markdown"],
|
||||
"assets": [
|
||||
{
|
||||
"glob": "**/*",
|
||||
|
@ -18,7 +18,8 @@
|
||||
"zone.js": ">=0.11.8"
|
||||
},
|
||||
"dependencies": {
|
||||
"tslib": "^2.3.0"
|
||||
"tslib": "^2.3.0",
|
||||
"ngx-markdown": "^17.2.1"
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
|
Loading…
x
Reference in New Issue
Block a user