From cdb472742cd93486bddcfed6f21a92a8279f9ed4 Mon Sep 17 00:00:00 2001 From: Joey Perrott Date: Mon, 1 Jun 2020 12:45:06 -0700 Subject: [PATCH] build: remove wombot proxy registry from package.jsons for release 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. --- src/cdk-experimental/package.json | 5 +---- src/cdk/package.json | 5 +---- src/google-maps/package.json | 5 +---- src/material-experimental/package.json | 5 +---- src/material-moment-adapter/package.json | 5 +---- src/material/package.json | 6 +----- src/youtube-player/package.json | 5 +---- 7 files changed, 7 insertions(+), 29 deletions(-) diff --git a/src/cdk-experimental/package.json b/src/cdk-experimental/package.json index 71cf8a4fe00b..c4555cb78b43 100644 --- a/src/cdk-experimental/package.json +++ b/src/cdk-experimental/package.json @@ -18,8 +18,5 @@ "dependencies": { "tslib": "0.0.0-TSLIB" }, - "sideEffects": false, - "publishConfig":{ - "registry":"https://wombat-dressing-room.appspot.com" - } + "sideEffects": false } diff --git a/src/cdk/package.json b/src/cdk/package.json index 3452e5bacdbc..1666581ffc53 100644 --- a/src/cdk/package.json +++ b/src/cdk/package.json @@ -32,8 +32,5 @@ "ng-update": { "migrations": "./schematics/migration.json" }, - "sideEffects": false, - "publishConfig":{ - "registry":"https://wombat-dressing-room.appspot.com" - } + "sideEffects": false } diff --git a/src/google-maps/package.json b/src/google-maps/package.json index f5a1ee91498c..5f9b1addb162 100644 --- a/src/google-maps/package.json +++ b/src/google-maps/package.json @@ -24,8 +24,5 @@ "@angular/core": "0.0.0-NG", "@angular/common": "0.0.0-NG" }, - "sideEffects": false, - "publishConfig": { - "registry": "https://wombat-dressing-room.appspot.com" - } + "sideEffects": false } diff --git a/src/material-experimental/package.json b/src/material-experimental/package.json index 1a94d06ac891..d1d7e065f74a 100644 --- a/src/material-experimental/package.json +++ b/src/material-experimental/package.json @@ -19,8 +19,5 @@ "dependencies": { "tslib": "0.0.0-TSLIB" }, - "sideEffects": false, - "publishConfig":{ - "registry":"https://wombat-dressing-room.appspot.com" - } + "sideEffects": false } diff --git a/src/material-moment-adapter/package.json b/src/material-moment-adapter/package.json index 10c0366fc42c..b8f6683b1a67 100644 --- a/src/material-moment-adapter/package.json +++ b/src/material-moment-adapter/package.json @@ -26,8 +26,5 @@ "@angular/material-moment-adapter" ] }, - "sideEffects": false, - "publishConfig":{ - "registry":"https://wombat-dressing-room.appspot.com" - } + "sideEffects": false } diff --git a/src/material/package.json b/src/material/package.json index 297c92229400..431321ee274d 100644 --- a/src/material/package.json +++ b/src/material/package.json @@ -36,9 +36,5 @@ "@angular/material-moment-adapter" ] }, - "sideEffects": false, - "publishConfig":{ - "registry":"https://wombat-dressing-room.appspot.com" - } + "sideEffects": false } - diff --git a/src/youtube-player/package.json b/src/youtube-player/package.json index a92e63143626..0427185a5013 100644 --- a/src/youtube-player/package.json +++ b/src/youtube-player/package.json @@ -24,8 +24,5 @@ "@angular/core": "0.0.0-NG", "@angular/common": "0.0.0-NG" }, - "sideEffects": false, - "publishConfig":{ - "registry":"https://wombat-dressing-room.appspot.com" - } + "sideEffects": false }