setup missing ngx-markdown dependency (#4547)

This commit is contained in:
Denys Vuika 2025-04-30 08:54:42 -04:00 committed by GitHub
parent 8e019a1295
commit 6487b82fac
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 1 deletions

View File

@ -5,6 +5,7 @@
"styleIncludePaths": ["projects/aca-content/src/lib/ui"],
"entryFile": "src/public-api.ts"
},
"allowedNonPeerDependencies": ["ngx-markdown"],
"assets": [
{
"glob": "**/*",

View File

@ -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"