add dep to theme basic
@ -1,6 +1,6 @@
{
"name": "@abp/ng.account.core",
"version": "0.0.1",
"version": "4.3.3",
"homepage": "https://abp.io",
"repository": {
"type": "git",
@ -4,5 +4,5 @@
"lib": {
"entryFile": "src/public-api.ts"
},
"allowedNonPeerDependencies": ["@abp/ng.theme.shared"]
"allowedNonPeerDependencies": ["@abp/ng.theme.shared", "@abp/ng.account.core"]
}
@ -8,6 +8,7 @@
"dependencies": {
"@abp/ng.theme.shared": "~4.3.3",
"@abp/ng.account.core": "~4.3.3",
"tslib": "^2.0.0"
"publishConfig": {