Merge pull request #9421 from abpframework/feat/l41

add dep to theme basic
pull/9423/head
Mehmet Erim 4 years ago committed by GitHub
commit 6ad38ae452
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save