Skip to content

Commit 1d563a7

Browse files
josephperrottkara
authored andcommitted
build: set up all packages to publish via wombot proxy (angular#33747)
PR Close angular#33747
1 parent 1e1e242 commit 1d563a7

File tree

19 files changed

+73
-16
lines changed

19 files changed

+73
-16
lines changed

packages/animations/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,8 @@
2323
"ng-update": {
2424
"packageGroup": "NG_UPDATE_PACKAGE_GROUP"
2525
},
26-
"sideEffects": false
26+
"sideEffects": false,
27+
"publishConfig":{
28+
"registry":"https://wombat-dressing-room.appspot.com"
29+
}
2730
}

packages/bazel/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,5 +47,8 @@
4747
"schematics": "./src/schematics/collection.json",
4848
"ng-update": {
4949
"packageGroup": "NG_UPDATE_PACKAGE_GROUP"
50+
},
51+
"publishConfig":{
52+
"registry":"https://wombat-dressing-room.appspot.com"
5053
}
51-
}
54+
}

packages/common/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,8 @@
2828
"sideEffects": [
2929
"**/global/*.js",
3030
"**/closure-locale.*"
31-
]
31+
],
32+
"publishConfig":{
33+
"registry":"https://wombat-dressing-room.appspot.com"
34+
}
3235
}

packages/compiler-cli/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,8 @@
4545
"homepage": "https://github.com/angular/angular/tree/master/packages/compiler-cli",
4646
"ng-update": {
4747
"packageGroup": "NG_UPDATE_PACKAGE_GROUP"
48+
},
49+
"publishConfig":{
50+
"registry":"https://wombat-dressing-room.appspot.com"
4851
}
4952
}

packages/compiler/package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,8 @@
2222
"ng-update": {
2323
"packageGroup": "NG_UPDATE_PACKAGE_GROUP"
2424
},
25-
"sideEffects": true
26-
}
25+
"sideEffects": true,
26+
"publishConfig":{
27+
"registry":"https://wombat-dressing-room.appspot.com"
28+
}
29+
}

packages/core/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,8 @@
2525
"migrations": "./schematics/migrations.json",
2626
"packageGroup": "NG_UPDATE_PACKAGE_GROUP"
2727
},
28-
"sideEffects": false
28+
"sideEffects": false,
29+
"publishConfig":{
30+
"registry":"https://wombat-dressing-room.appspot.com"
31+
}
2932
}

packages/elements/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,8 @@
2626
"packageGroup": "NG_UPDATE_PACKAGE_GROUP"
2727
},
2828
"sideEffects": false,
29-
"schematics": "./schematics/collection.json"
29+
"schematics": "./schematics/collection.json",
30+
"publishConfig":{
31+
"registry":"https://wombat-dressing-room.appspot.com"
32+
}
3033
}

packages/forms/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,8 @@
2626
"ng-update": {
2727
"packageGroup": "NG_UPDATE_PACKAGE_GROUP"
2828
},
29-
"sideEffects": false
29+
"sideEffects": false,
30+
"publishConfig":{
31+
"registry":"https://wombat-dressing-room.appspot.com"
32+
}
3033
}

packages/http/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,8 @@
2525
"ng-update": {
2626
"packageGroup": "NG_UPDATE_PACKAGE_GROUP"
2727
},
28-
"sideEffects": false
28+
"sideEffects": false,
29+
"publishConfig":{
30+
"registry":"https://wombat-dressing-room.appspot.com"
31+
}
2932
}

packages/language-service/package.json

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

packages/localize/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,8 @@
3535
"@babel/core": "^7.5.5",
3636
"glob": "7.1.2",
3737
"yargs": "13.1.0"
38+
},
39+
"publishConfig":{
40+
"registry":"https://wombat-dressing-room.appspot.com"
3841
}
3942
}

packages/platform-browser-dynamic/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,8 @@
2626
"ng-update": {
2727
"packageGroup": "NG_UPDATE_PACKAGE_GROUP"
2828
},
29-
"sideEffects": false
29+
"sideEffects": false,
30+
"publishConfig":{
31+
"registry":"https://wombat-dressing-room.appspot.com"
32+
}
3033
}

packages/platform-browser/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,8 @@
2424
"ng-update": {
2525
"packageGroup": "NG_UPDATE_PACKAGE_GROUP"
2626
},
27-
"sideEffects": false
27+
"sideEffects": false,
28+
"publishConfig":{
29+
"registry":"https://wombat-dressing-room.appspot.com"
30+
}
2831
}

packages/platform-server/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,8 @@
3535
"sideEffects": false,
3636
"engines": {
3737
"node": ">=8.0"
38+
},
39+
"publishConfig":{
40+
"registry":"https://wombat-dressing-room.appspot.com"
3841
}
3942
}

packages/platform-webworker-dynamic/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,8 @@
2727
"ng-update": {
2828
"packageGroup": "NG_UPDATE_PACKAGE_GROUP"
2929
},
30-
"sideEffects": false
30+
"sideEffects": false,
31+
"publishConfig":{
32+
"registry":"https://wombat-dressing-room.appspot.com"
33+
}
3134
}

packages/platform-webworker/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,8 @@
2525
"ng-update": {
2626
"packageGroup": "NG_UPDATE_PACKAGE_GROUP"
2727
},
28-
"sideEffects": false
28+
"sideEffects": false,
29+
"publishConfig":{
30+
"registry":"https://wombat-dressing-room.appspot.com"
31+
}
2932
}

packages/router/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,8 @@
3636
"ng-update": {
3737
"packageGroup": "NG_UPDATE_PACKAGE_GROUP"
3838
},
39-
"sideEffects": false
39+
"sideEffects": false,
40+
"publishConfig":{
41+
"registry":"https://wombat-dressing-room.appspot.com"
42+
}
4043
}

packages/service-worker/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,8 @@
2727
"ng-update": {
2828
"packageGroup": "NG_UPDATE_PACKAGE_GROUP"
2929
},
30-
"sideEffects": false
30+
"sideEffects": false,
31+
"publishConfig":{
32+
"registry":"https://wombat-dressing-room.appspot.com"
33+
}
3134
}

packages/upgrade/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,8 @@
2626
"ng-update": {
2727
"packageGroup": "NG_UPDATE_PACKAGE_GROUP"
2828
},
29-
"sideEffects": false
29+
"sideEffects": false,
30+
"publishConfig":{
31+
"registry":"https://wombat-dressing-room.appspot.com"
32+
}
3033
}

0 commit comments

Comments
 (0)