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