build: remove @abp/ng.account.config from deps

pull/4377/head
Arman Ozak 5 years ago
parent ef5625e43d
commit afefd5512b

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

@ -7,7 +7,6 @@
"url": "https://github.com/abpframework/abp.git" "url": "https://github.com/abpframework/abp.git"
}, },
"dependencies": { "dependencies": {
"@abp/ng.account.config": "~2.9.0",
"@abp/ng.theme.shared": "~2.9.0" "@abp/ng.theme.shared": "~2.9.0"
}, },
"publishConfig": { "publishConfig": {

Loading…
Cancel
Save