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:
parent
ec78e68a36
commit
2dd956421c
|
@ -21,8 +21,5 @@
|
|||
"ng-update": {
|
||||
"packageGroup": "NG_UPDATE_PACKAGE_GROUP"
|
||||
},
|
||||
"sideEffects": false,
|
||||
"publishConfig":{
|
||||
"registry":"https://wombat-dressing-room.appspot.com"
|
||||
}
|
||||
"sideEffects": false
|
||||
}
|
||||
|
|
|
@ -50,8 +50,5 @@
|
|||
},
|
||||
"ng-update": {
|
||||
"packageGroup": "NG_UPDATE_PACKAGE_GROUP"
|
||||
},
|
||||
"publishConfig": {
|
||||
"registry": "https://wombat-dressing-room.appspot.com"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -26,8 +26,5 @@
|
|||
"sideEffects": [
|
||||
"**/global/*.js",
|
||||
"**/closure-locale.*"
|
||||
],
|
||||
"publishConfig":{
|
||||
"registry":"https://wombat-dressing-room.appspot.com"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -18,8 +18,5 @@
|
|||
"ng-update": {
|
||||
"packageGroup": "NG_UPDATE_PACKAGE_GROUP"
|
||||
},
|
||||
"sideEffects": true,
|
||||
"publishConfig":{
|
||||
"registry":"https://wombat-dressing-room.appspot.com"
|
||||
}
|
||||
"sideEffects": true
|
||||
}
|
||||
|
|
|
@ -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
|
||||
}
|
||||
|
|
|
@ -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"
|
||||
}
|
||||
|
|
|
@ -24,8 +24,5 @@
|
|||
"ng-update": {
|
||||
"packageGroup": "NG_UPDATE_PACKAGE_GROUP"
|
||||
},
|
||||
"sideEffects": false,
|
||||
"publishConfig":{
|
||||
"registry":"https://wombat-dressing-room.appspot.com"
|
||||
}
|
||||
"sideEffects": false
|
||||
}
|
||||
|
|
|
@ -16,8 +16,5 @@
|
|||
},
|
||||
"ng-update": {
|
||||
"packageGroup": "NG_UPDATE_PACKAGE_GROUP"
|
||||
},
|
||||
"publishConfig":{
|
||||
"registry":"https://wombat-dressing-room.appspot.com"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -24,8 +24,5 @@
|
|||
"ng-update": {
|
||||
"packageGroup": "NG_UPDATE_PACKAGE_GROUP"
|
||||
},
|
||||
"sideEffects": false,
|
||||
"publishConfig":{
|
||||
"registry":"https://wombat-dressing-room.appspot.com"
|
||||
}
|
||||
"sideEffects": false
|
||||
}
|
||||
|
|
|
@ -28,8 +28,5 @@
|
|||
"ng-update": {
|
||||
"packageGroup": "NG_UPDATE_PACKAGE_GROUP"
|
||||
},
|
||||
"sideEffects": false,
|
||||
"publishConfig":{
|
||||
"registry":"https://wombat-dressing-room.appspot.com"
|
||||
}
|
||||
"sideEffects": false
|
||||
}
|
||||
|
|
|
@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
@ -32,8 +32,5 @@
|
|||
"ng-update": {
|
||||
"packageGroup": "NG_UPDATE_PACKAGE_GROUP"
|
||||
},
|
||||
"sideEffects": false,
|
||||
"publishConfig":{
|
||||
"registry":"https://wombat-dressing-room.appspot.com"
|
||||
}
|
||||
"sideEffects": false
|
||||
}
|
||||
|
|
|
@ -25,8 +25,5 @@
|
|||
"ng-update": {
|
||||
"packageGroup": "NG_UPDATE_PACKAGE_GROUP"
|
||||
},
|
||||
"sideEffects": false,
|
||||
"publishConfig":{
|
||||
"registry":"https://wombat-dressing-room.appspot.com"
|
||||
}
|
||||
"sideEffects": false
|
||||
}
|
||||
|
|
|
@ -24,8 +24,5 @@
|
|||
"ng-update": {
|
||||
"packageGroup": "NG_UPDATE_PACKAGE_GROUP"
|
||||
},
|
||||
"sideEffects": false,
|
||||
"publishConfig":{
|
||||
"registry":"https://wombat-dressing-room.appspot.com"
|
||||
}
|
||||
"sideEffects": false
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue