Skip to content

Commit d240405

Browse files
authored
chore: remove wombat dressing room from plugin configs (#2651)
1 parent 1970580 commit d240405

File tree

42 files changed

+41
-83
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+41
-83
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,7 @@
5151
"typescript": "^5.5.4"
5252
},
5353
"publishConfig": {
54-
"access": "public",
55-
"registry": "https://wombat-dressing-room.appspot.com"
54+
"access": "public"
5655
},
5756
"workspaces": [
5857
"plugins/*"

plugins/block-dynamic-connection/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,7 @@
5050
"blockly": "^12.0.0"
5151
},
5252
"publishConfig": {
53-
"access": "public",
54-
"registry": "https://wombat-dressing-room.appspot.com"
53+
"access": "public"
5554
},
5655
"engines": {
5756
"node": ">=8.17.0"

plugins/block-plus-minus/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,7 @@
4949
"blockly": "^12.0.0"
5050
},
5151
"publishConfig": {
52-
"access": "public",
53-
"registry": "https://wombat-dressing-room.appspot.com"
52+
"access": "public"
5453
},
5554
"engines": {
5655
"node": ">=8.17.0"

plugins/block-shareable-procedures/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,7 @@
5353
"blockly": "^12.0.0"
5454
},
5555
"publishConfig": {
56-
"access": "public",
57-
"registry": "https://wombat-dressing-room.appspot.com"
56+
"access": "public"
5857
},
5958
"engines": {
6059
"node": ">=8.17.0"

plugins/block-test/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,7 @@
4545
"blockly": "^12.0.0"
4646
},
4747
"publishConfig": {
48-
"access": "public",
49-
"registry": "https://wombat-dressing-room.appspot.com"
48+
"access": "public"
5049
},
5150
"engines": {
5251
"node": ">=8.17.0"

plugins/content-highlight/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,7 @@
5151
"blockly": "^12.0.0"
5252
},
5353
"publishConfig": {
54-
"access": "public",
55-
"registry": "https://wombat-dressing-room.appspot.com"
54+
"access": "public"
5655
},
5756
"engines": {
5857
"node": ">=8.17.0"

plugins/continuous-toolbox/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,7 @@
4747
"blockly": "^12.0.0"
4848
},
4949
"publishConfig": {
50-
"access": "public",
51-
"registry": "https://wombat-dressing-room.appspot.com"
50+
"access": "public"
5251
},
5352
"engines": {
5453
"node": ">=8.17.0"

plugins/cross-tab-copy-paste/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,7 @@
4646
"blockly": "^12.1.0"
4747
},
4848
"publishConfig": {
49-
"access": "public",
50-
"registry": "https://wombat-dressing-room.appspot.com"
49+
"access": "public"
5150
},
5251
"engines": {
5352
"node": ">=8.17.0"

plugins/dev-create/bin/plugin.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,6 @@ exports.createPlugin = function (pluginName, options) {
144144
publishConfig: isFirstParty
145145
? {
146146
access: 'public',
147-
registry: 'https://wombat-dressing-room.appspot.com',
148147
}
149148
: {},
150149
eslintConfig: {

plugins/dev-create/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,7 @@
3636
"fs-extra": "^9.0.0"
3737
},
3838
"publishConfig": {
39-
"access": "public",
40-
"registry": "https://wombat-dressing-room.appspot.com"
39+
"access": "public"
4140
},
4241
"engines": {
4342
"node": ">=14.0.0"

0 commit comments

Comments
 (0)