Skip to content

Commit

Permalink
Revert "build: remove wombot proxy registry from package.jsons for re…
Browse files Browse the repository at this point in the history
…lease (angular#37378)" (angular#37495)

This reverts commit 26849ca.

PR Close angular#37495
  • Loading branch information
josephperrott authored and ngwattcos committed Jun 25, 2020
1 parent e55a586 commit e2a1b15
Show file tree
Hide file tree
Showing 19 changed files with 72 additions and 15 deletions.
5 changes: 4 additions & 1 deletion packages/animations/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,8 @@
"ng-update": {
"packageGroup": "NG_UPDATE_PACKAGE_GROUP"
},
"sideEffects": false
"sideEffects": false,
"publishConfig":{
"registry":"https://wombat-dressing-room.appspot.com"
}
}
3 changes: 3 additions & 0 deletions packages/bazel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,8 @@
},
"ng-update": {
"packageGroup": "NG_UPDATE_PACKAGE_GROUP"
},
"publishConfig": {
"registry": "https://wombat-dressing-room.appspot.com"
}
}
5 changes: 4 additions & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,8 @@
"sideEffects": [
"**/global/*.js",
"**/closure-locale.*"
]
],
"publishConfig":{
"registry":"https://wombat-dressing-room.appspot.com"
}
}
5 changes: 4 additions & 1 deletion packages/compiler-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,8 @@
"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"
}
}
}
5 changes: 4 additions & 1 deletion packages/compiler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,8 @@
"ng-update": {
"packageGroup": "NG_UPDATE_PACKAGE_GROUP"
},
"sideEffects": true
"sideEffects": true,
"publishConfig":{
"registry":"https://wombat-dressing-room.appspot.com"
}
}
5 changes: 4 additions & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,8 @@
"migrations": "./schematics/migrations.json",
"packageGroup": "NG_UPDATE_PACKAGE_GROUP"
},
"sideEffects": false
"sideEffects": false,
"publishConfig": {
"registry": "https://wombat-dressing-room.appspot.com"
}
}
5 changes: 4 additions & 1 deletion packages/elements/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,8 @@
"packageGroup": "NG_UPDATE_PACKAGE_GROUP"
},
"sideEffects": false,
"schematics": "./schematics/collection.json"
"schematics": "./schematics/collection.json",
"publishConfig":{
"registry":"https://wombat-dressing-room.appspot.com"
}
}
5 changes: 4 additions & 1 deletion packages/forms/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,8 @@
"ng-update": {
"packageGroup": "NG_UPDATE_PACKAGE_GROUP"
},
"sideEffects": false
"sideEffects": false,
"publishConfig":{
"registry":"https://wombat-dressing-room.appspot.com"
}
}
3 changes: 3 additions & 0 deletions packages/language-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,8 @@
},
"ng-update": {
"packageGroup": "NG_UPDATE_PACKAGE_GROUP"
},
"publishConfig":{
"registry":"https://wombat-dressing-room.appspot.com"
}
}
5 changes: 4 additions & 1 deletion packages/localize/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,8 @@
"peerDependencies": {
"@angular/compiler": "0.0.0-PLACEHOLDER",
"@angular/compiler-cli": "0.0.0-PLACEHOLDER"
},
"publishConfig": {
"registry": "https://wombat-dressing-room.appspot.com"
}
}
}
5 changes: 4 additions & 1 deletion packages/platform-browser-dynamic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,8 @@
"ng-update": {
"packageGroup": "NG_UPDATE_PACKAGE_GROUP"
},
"sideEffects": false
"sideEffects": false,
"publishConfig":{
"registry":"https://wombat-dressing-room.appspot.com"
}
}
5 changes: 4 additions & 1 deletion packages/platform-browser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,8 @@
"ng-update": {
"packageGroup": "NG_UPDATE_PACKAGE_GROUP"
},
"sideEffects": false
"sideEffects": false,
"publishConfig":{
"registry":"https://wombat-dressing-room.appspot.com"
}
}
3 changes: 3 additions & 0 deletions packages/platform-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,8 @@
"sideEffects": false,
"engines": {
"node": ">=8.0"
},
"publishConfig":{
"registry":"https://wombat-dressing-room.appspot.com"
}
}
5 changes: 4 additions & 1 deletion packages/platform-webworker-dynamic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,8 @@
"ng-update": {
"packageGroup": "NG_UPDATE_PACKAGE_GROUP"
},
"sideEffects": false
"sideEffects": false,
"publishConfig":{
"registry":"https://wombat-dressing-room.appspot.com"
}
}
5 changes: 4 additions & 1 deletion packages/platform-webworker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,8 @@
"ng-update": {
"packageGroup": "NG_UPDATE_PACKAGE_GROUP"
},
"sideEffects": false
"sideEffects": false,
"publishConfig":{
"registry":"https://wombat-dressing-room.appspot.com"
}
}
5 changes: 4 additions & 1 deletion packages/router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,8 @@
"ng-update": {
"packageGroup": "NG_UPDATE_PACKAGE_GROUP"
},
"sideEffects": false
"sideEffects": false,
"publishConfig":{
"registry":"https://wombat-dressing-room.appspot.com"
}
}
5 changes: 4 additions & 1 deletion packages/service-worker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,8 @@
"ng-update": {
"packageGroup": "NG_UPDATE_PACKAGE_GROUP"
},
"sideEffects": false
"sideEffects": false,
"publishConfig":{
"registry":"https://wombat-dressing-room.appspot.com"
}
}
5 changes: 4 additions & 1 deletion packages/upgrade/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,8 @@
"ng-update": {
"packageGroup": "NG_UPDATE_PACKAGE_GROUP"
},
"sideEffects": false
"sideEffects": false,
"publishConfig":{
"registry":"https://wombat-dressing-room.appspot.com"
}
}
3 changes: 3 additions & 0 deletions packages/zone.js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@
"url": "git://github.com/angular/angular.git",
"directory": "packages/zone.js"
},
"publishConfig":{
"registry":"https://wombat-dressing-room.appspot.com"
},
"author": "Brian Ford",
"license": "MIT",
"bugs": {
Expand Down

0 comments on commit e2a1b15

Please sign in to comment.