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", "name": "@abp/ng.account.core",
"version": "0.0.1", "version": "4.3.3",
"homepage": "https://abp.io", "homepage": "https://abp.io",
"repository": { "repository": {
"type": "git", "type": "git",

@ -4,5 +4,5 @@
"lib": { "lib": {
"entryFile": "src/public-api.ts" "entryFile": "src/public-api.ts"
}, },
"allowedNonPeerDependencies": ["@abp/ng.theme.shared"] "allowedNonPeerDependencies": ["@abp/ng.theme.shared", "@abp/ng.account.core"]
} }

@ -8,6 +8,7 @@
}, },
"dependencies": { "dependencies": {
"@abp/ng.theme.shared": "~4.3.3", "@abp/ng.theme.shared": "~4.3.3",
"@abp/ng.account.core": "~4.3.3",
"tslib": "^2.0.0" "tslib": "^2.0.0"
}, },
"publishConfig": { "publishConfig": {

Loading…
Cancel
Save