Browse Source
Merge pull request #19396 from abpframework/masum/ng-packages
Remove angular deps from account-core module
pull/19397/head
Yusuf Çırak
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
5 deletions
-
npm/ng-packs/packages/account-core/package.json
|
|
|
@ -6,13 +6,9 @@ |
|
|
|
"type": "git", |
|
|
|
"url": "https://github.com/abpframework/abp.git" |
|
|
|
}, |
|
|
|
"peerDependencies": { |
|
|
|
"dependencies": { |
|
|
|
"@abp/ng.core": "~8.1.0-rc.3", |
|
|
|
"@abp/ng.theme.shared": "~8.1.0-rc.3", |
|
|
|
"@angular/common": ">=12.0.0", |
|
|
|
"@angular/core": ">=12.0.0" |
|
|
|
}, |
|
|
|
"dependencies": { |
|
|
|
"tslib": "^2.0.0" |
|
|
|
}, |
|
|
|
"publishConfig": { |
|
|
|
|