Browse Source

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

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

6
npm/ng-packs/packages/identity/ng-package.json

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

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

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

Loading…
Cancel
Save