set `"access": "public"` for publishing
This commit is contained in:
parent
573f6d5c74
commit
052154aa60
|
@ -4,7 +4,7 @@
|
|||
"commit": false,
|
||||
"fixed": [],
|
||||
"linked": [],
|
||||
"access": "restricted",
|
||||
"access": "public",
|
||||
"baseBranch": "main",
|
||||
"updateInternalDependencies": "patch",
|
||||
"ignore": []
|
||||
|
|
|
@ -47,5 +47,8 @@
|
|||
"LICENSE-MIT",
|
||||
"LICENSE-APACHE-v2",
|
||||
"package.json"
|
||||
]
|
||||
],
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -76,5 +76,8 @@
|
|||
"LICENSE-MIT",
|
||||
"LICENSE-APACHE-v2",
|
||||
"package.json"
|
||||
]
|
||||
],
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue