chore: replace deprecated ng-packagr option

pull/8189/head
bnymncoskuner 5 years ago
parent 5c76ab0a44
commit 3c5c2c314a

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

@ -5,5 +5,5 @@
"lib": {
"entryFile": "src/public-api.ts"
},
"whitelistedNonPeerDependencies": ["ng-zorro-antd"]
"allowedNonPeerDependencies": ["ng-zorro-antd"]
}

@ -5,7 +5,7 @@
"entryFile": "src/public-api.ts"
},
"deleteDestPath": false,
"whitelistedNonPeerDependencies": [
"allowedNonPeerDependencies": [
"@abp/utils",
"@angular/localize",
"@ngxs/store",

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

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

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

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

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

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

@ -5,7 +5,7 @@
"lib": {
"entryFile": "src/public-api.ts"
},
"whitelistedNonPeerDependencies": [
"allowedNonPeerDependencies": [
"@abp/ng.core",
"@fortawesome/fontawesome-free",
"@ng-bootstrap/ng-bootstrap",

Loading…
Cancel
Save