Skip to content

Commit d55458d

Browse files
build: remove wombot proxy registry from package.jsons for release (#19500)
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.
1 parent 96c24f5 commit d55458d

File tree

7 files changed

+7
-29
lines changed

7 files changed

+7
-29
lines changed

src/cdk-experimental/package.json

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

src/cdk/package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,5 @@
3232
"ng-update": {
3333
"migrations": "./schematics/migration.json"
3434
},
35-
"sideEffects": false,
36-
"publishConfig":{
37-
"registry":"https://wombat-dressing-room.appspot.com"
38-
}
35+
"sideEffects": false
3936
}

src/google-maps/package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,5 @@
2424
"@angular/core": "0.0.0-NG",
2525
"@angular/common": "0.0.0-NG"
2626
},
27-
"sideEffects": false,
28-
"publishConfig": {
29-
"registry": "https://wombat-dressing-room.appspot.com"
30-
}
27+
"sideEffects": false
3128
}

src/material-experimental/package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,5 @@
1919
"dependencies": {
2020
"tslib": "0.0.0-TSLIB"
2121
},
22-
"sideEffects": false,
23-
"publishConfig":{
24-
"registry":"https://wombat-dressing-room.appspot.com"
25-
}
22+
"sideEffects": false
2623
}

src/material-moment-adapter/package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,5 @@
2626
"@angular/material-moment-adapter"
2727
]
2828
},
29-
"sideEffects": false,
30-
"publishConfig":{
31-
"registry":"https://wombat-dressing-room.appspot.com"
32-
}
29+
"sideEffects": false
3330
}

src/material/package.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,5 @@
3636
"@angular/material-moment-adapter"
3737
]
3838
},
39-
"sideEffects": false,
40-
"publishConfig":{
41-
"registry":"https://wombat-dressing-room.appspot.com"
42-
}
39+
"sideEffects": false
4340
}
44-

src/youtube-player/package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,5 @@
2424
"@angular/core": "0.0.0-NG",
2525
"@angular/common": "0.0.0-NG"
2626
},
27-
"sideEffects": false,
28-
"publishConfig":{
29-
"registry":"https://wombat-dressing-room.appspot.com"
30-
}
27+
"sideEffects": false
3128
}

0 commit comments

Comments
 (0)