Skip to content

Commit

Permalink
Merge pull request #19398 from abpframework/masum/ng-packages
Browse files Browse the repository at this point in the history
Add allowedNonPeerDependencies abp packages
  • Loading branch information
yusuf-cirak committed Mar 22, 2024
2 parents 4de13a4 + 9b9a00b commit 10eac8c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion npm/ng-packs/packages/account-core/ng-package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,9 @@
"dest": "../../dist/packages/account-core",
"lib": {
"entryFile": "src/public-api.ts"
}
},
"allowedNonPeerDependencies": [
"@abp/ng.core",
"@abp/ng.theme.shared"
]
}

0 comments on commit 10eac8c

Please sign in to comment.