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

pull/4377/head
Arman Ozak 5 years ago
parent 73e5074b24
commit a1ee05eb51

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

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

Loading…
Cancel
Save