Skip to content

Commit 26849ca

Browse files
josephperrottmatsko
authored andcommitted
build: remove wombot proxy registry from package.jsons for release (angular#37378)
Due to an outage with the proxy we rely on for publishing, we need to temporarily directly publish to NPM using our own angular credentials again. PR Close angular#37378
1 parent 4d0e175 commit 26849ca

File tree

19 files changed

+15
-72
lines changed

19 files changed

+15
-72
lines changed

packages/animations/package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,5 @@
1818
"ng-update": {
1919
"packageGroup": "NG_UPDATE_PACKAGE_GROUP"
2020
},
21-
"sideEffects": false,
22-
"publishConfig":{
23-
"registry":"https://wombat-dressing-room.appspot.com"
24-
}
21+
"sideEffects": false
2522
}

packages/bazel/package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,5 @@
5252
},
5353
"ng-update": {
5454
"packageGroup": "NG_UPDATE_PACKAGE_GROUP"
55-
},
56-
"publishConfig": {
57-
"registry": "https://wombat-dressing-room.appspot.com"
5855
}
5956
}

packages/common/package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,5 @@
2323
"sideEffects": [
2424
"**/global/*.js",
2525
"**/closure-locale.*"
26-
],
27-
"publishConfig":{
28-
"registry":"https://wombat-dressing-room.appspot.com"
29-
}
26+
]
3027
}

packages/compiler-cli/package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,5 @@
4848
"homepage": "https://github.com/angular/angular/tree/master/packages/compiler-cli",
4949
"ng-update": {
5050
"packageGroup": "NG_UPDATE_PACKAGE_GROUP"
51-
},
52-
"publishConfig": {
53-
"registry": "https://wombat-dressing-room.appspot.com"
5451
}
55-
}
52+
}

packages/compiler/package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,5 @@
1515
"ng-update": {
1616
"packageGroup": "NG_UPDATE_PACKAGE_GROUP"
1717
},
18-
"sideEffects": true,
19-
"publishConfig":{
20-
"registry":"https://wombat-dressing-room.appspot.com"
21-
}
18+
"sideEffects": true
2219
}

packages/core/package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,5 @@
2020
"migrations": "./schematics/migrations.json",
2121
"packageGroup": "NG_UPDATE_PACKAGE_GROUP"
2222
},
23-
"sideEffects": false,
24-
"publishConfig": {
25-
"registry": "https://wombat-dressing-room.appspot.com"
26-
}
23+
"sideEffects": false
2724
}

packages/elements/package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,5 @@
2121
"packageGroup": "NG_UPDATE_PACKAGE_GROUP"
2222
},
2323
"sideEffects": false,
24-
"schematics": "./schematics/collection.json",
25-
"publishConfig":{
26-
"registry":"https://wombat-dressing-room.appspot.com"
27-
}
24+
"schematics": "./schematics/collection.json"
2825
}

packages/forms/package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,5 @@
2121
"ng-update": {
2222
"packageGroup": "NG_UPDATE_PACKAGE_GROUP"
2323
},
24-
"sideEffects": false,
25-
"publishConfig":{
26-
"registry":"https://wombat-dressing-room.appspot.com"
27-
}
24+
"sideEffects": false
2825
}

packages/language-service/package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,5 @@
1414
},
1515
"ng-update": {
1616
"packageGroup": "NG_UPDATE_PACKAGE_GROUP"
17-
},
18-
"publishConfig":{
19-
"registry":"https://wombat-dressing-room.appspot.com"
2017
}
2118
}

packages/localize/package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,5 @@
3131
"peerDependencies": {
3232
"@angular/compiler": "0.0.0-PLACEHOLDER",
3333
"@angular/compiler-cli": "0.0.0-PLACEHOLDER"
34-
},
35-
"publishConfig": {
36-
"registry": "https://wombat-dressing-room.appspot.com"
3734
}
38-
}
35+
}

0 commit comments

Comments
 (0)