Skip to content

Commit 999c142

Browse files
committed
chore: set publishConfig
1 parent b5f6a08 commit 999c142

File tree

10 files changed

+40
-10
lines changed

10 files changed

+40
-10
lines changed

packages/cli/package.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,8 @@
4040
},
4141
"maintainers": [
4242
"WisestCoder"
43-
]
43+
],
44+
"publishConfig": {
45+
"access": "public"
46+
}
4447
}

packages/config/package.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -64,5 +64,8 @@
6464
},
6565
"maintainers": [
6666
"WisestCoder"
67-
]
67+
],
68+
"publishConfig": {
69+
"access": "public"
70+
}
6871
}

packages/container/package.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,8 @@
3636
},
3737
"maintainers": [
3838
"WisestCoder"
39-
]
39+
],
40+
"publishConfig": {
41+
"access": "public"
42+
}
4043
}

packages/core/package.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,8 @@
3535
},
3636
"maintainers": [
3737
"WisestCoder"
38-
]
38+
],
39+
"publishConfig": {
40+
"access": "public"
41+
}
3942
}

packages/plugin/package.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -54,5 +54,8 @@
5454
},
5555
"maintainers": [
5656
"WisestCoder"
57-
]
57+
],
58+
"publishConfig": {
59+
"access": "public"
60+
}
5861
}

packages/registry-component/package.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -88,5 +88,8 @@
8888
},
8989
"maintainers": [
9090
"WisestCoder"
91-
]
91+
],
92+
"publishConfig": {
93+
"access": "public"
94+
}
9295
}

packages/registry-default/package.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,8 @@
4242
},
4343
"maintainers": [
4444
"WisestCoder"
45-
]
45+
],
46+
"publishConfig": {
47+
"access": "public"
48+
}
4649
}

packages/registry-node/package.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,8 @@
3939
},
4040
"maintainers": [
4141
"WisestCoder"
42-
]
42+
],
43+
"publishConfig": {
44+
"access": "public"
45+
}
4346
}

packages/registry-project/package.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -58,5 +58,8 @@
5858
},
5959
"maintainers": [
6060
"WisestCoder"
61-
]
61+
],
62+
"publishConfig": {
63+
"access": "public"
64+
}
6265
}

packages/util/package.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -48,5 +48,8 @@
4848
},
4949
"maintainers": [
5050
"WisestCoder"
51-
]
51+
],
52+
"publishConfig": {
53+
"access": "public"
54+
}
5255
}

0 commit comments

Comments
 (0)