Browse Source

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

pull/4377/head
Arman Ozak 6 years ago
parent
commit
afefd5512b
  1. 2
      npm/ng-packs/packages/account/ng-package.json
  2. 1
      npm/ng-packs/packages/account/package.json

2
npm/ng-packs/packages/account/ng-package.json

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

1
npm/ng-packs/packages/account/package.json

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

Loading…
Cancel
Save