build: remove publishConfig entry from package.json entries (#42104)

Remove publishConfig property from the package.json entry for each of the entries in
the publish configuration.  Using the wombat proxy is now ensured/managed by the
ng-dev release tooling.

PR Close #42104
This commit is contained in:
Joey Perrott 2021-05-14 12:20:11 -07:00 committed by Andrew Scott
parent ec78e68a36
commit 2dd956421c
16 changed files with 12 additions and 60 deletions

View File

@ -21,8 +21,5 @@
"ng-update": {
"packageGroup": "NG_UPDATE_PACKAGE_GROUP"
},
"sideEffects": false,
"publishConfig":{
"registry":"https://wombat-dressing-room.appspot.com"
}
"sideEffects": false
}

View File

@ -50,8 +50,5 @@
},
"ng-update": {
"packageGroup": "NG_UPDATE_PACKAGE_GROUP"
},
"publishConfig": {
"registry": "https://wombat-dressing-room.appspot.com"
}
}

View File

@ -26,8 +26,5 @@
"sideEffects": [
"**/global/*.js",
"**/closure-locale.*"
],
"publishConfig":{
"registry":"https://wombat-dressing-room.appspot.com"
}
]
}

View File

@ -49,8 +49,5 @@
"homepage": "https://github.com/angular/angular/tree/master/packages/compiler-cli",
"ng-update": {
"packageGroup": "NG_UPDATE_PACKAGE_GROUP"
},
"publishConfig": {
"registry": "https://wombat-dressing-room.appspot.com"
}
}

View File

@ -18,8 +18,5 @@
"ng-update": {
"packageGroup": "NG_UPDATE_PACKAGE_GROUP"
},
"sideEffects": true,
"publishConfig":{
"registry":"https://wombat-dressing-room.appspot.com"
}
"sideEffects": true
}

View File

@ -23,8 +23,5 @@
"migrations": "./schematics/migrations.json",
"packageGroup": "NG_UPDATE_PACKAGE_GROUP"
},
"sideEffects": false,
"publishConfig": {
"registry": "https://wombat-dressing-room.appspot.com"
}
"sideEffects": false
}

View File

@ -24,8 +24,5 @@
"packageGroup": "NG_UPDATE_PACKAGE_GROUP"
},
"sideEffects": false,
"schematics": "./schematics/collection.json",
"publishConfig":{
"registry":"https://wombat-dressing-room.appspot.com"
}
"schematics": "./schematics/collection.json"
}

View File

@ -24,8 +24,5 @@
"ng-update": {
"packageGroup": "NG_UPDATE_PACKAGE_GROUP"
},
"sideEffects": false,
"publishConfig":{
"registry":"https://wombat-dressing-room.appspot.com"
}
"sideEffects": false
}

View File

@ -16,8 +16,5 @@
},
"ng-update": {
"packageGroup": "NG_UPDATE_PACKAGE_GROUP"
},
"publishConfig":{
"registry":"https://wombat-dressing-room.appspot.com"
}
}

View File

@ -36,8 +36,5 @@
"peerDependencies": {
"@angular/compiler": "0.0.0-PLACEHOLDER",
"@angular/compiler-cli": "0.0.0-PLACEHOLDER"
},
"publishConfig": {
"registry": "https://wombat-dressing-room.appspot.com"
}
}

View File

@ -24,8 +24,5 @@
"ng-update": {
"packageGroup": "NG_UPDATE_PACKAGE_GROUP"
},
"sideEffects": false,
"publishConfig":{
"registry":"https://wombat-dressing-room.appspot.com"
}
"sideEffects": false
}

View File

@ -28,8 +28,5 @@
"ng-update": {
"packageGroup": "NG_UPDATE_PACKAGE_GROUP"
},
"sideEffects": false,
"publishConfig":{
"registry":"https://wombat-dressing-room.appspot.com"
}
"sideEffects": false
}

View File

@ -36,8 +36,5 @@
"./__ivy_ngcc__/bundles/platform-server-init.umd.js",
"./__ivy_ngcc__/esm2015/init/src/init.js",
"./__ivy_ngcc__/fesm2015/init.js"
],
"publishConfig":{
"registry":"https://wombat-dressing-room.appspot.com"
}
]
}

View File

@ -32,8 +32,5 @@
"ng-update": {
"packageGroup": "NG_UPDATE_PACKAGE_GROUP"
},
"sideEffects": false,
"publishConfig":{
"registry":"https://wombat-dressing-room.appspot.com"
}
"sideEffects": false
}

View File

@ -25,8 +25,5 @@
"ng-update": {
"packageGroup": "NG_UPDATE_PACKAGE_GROUP"
},
"sideEffects": false,
"publishConfig":{
"registry":"https://wombat-dressing-room.appspot.com"
}
"sideEffects": false
}

View File

@ -24,8 +24,5 @@
"ng-update": {
"packageGroup": "NG_UPDATE_PACKAGE_GROUP"
},
"sideEffects": false,
"publishConfig":{
"registry":"https://wombat-dressing-room.appspot.com"
}
"sideEffects": false
}