ci: add publishConfig
This commit is contained in:
parent
2ef8e09346
commit
2cea6d0974
|
@ -1,11 +1,11 @@
|
|||
{
|
||||
"name": "@lumreb/sdk",
|
||||
"name": "@lumeweb/sdk",
|
||||
"version": "0.1.0-develop.2",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "@lumreb/sdk",
|
||||
"name": "@lumeweb/sdk",
|
||||
"version": "0.1.0-develop.2",
|
||||
"dependencies": {
|
||||
"@lumeweb/kernel-network-registry-client": "0.1.0-develop.10",
|
||||
|
|
|
@ -78,5 +78,8 @@
|
|||
"vite-plugin-scope-tailwind": "^1.1.3",
|
||||
"vite-plugin-svgr": "^4.1.0"
|
||||
},
|
||||
"readme": "ERROR: No README data found!"
|
||||
"readme": "ERROR: No README data found!",
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue