ci: add publishConfig

This commit is contained in:
Derrick Hammer 2023-10-09 13:32:09 -04:00
parent 2ef8e09346
commit 2cea6d0974
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
2 changed files with 6 additions and 3 deletions

4
npm-shrinkwrap.json generated
View File

@ -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",

View File

@ -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"
}
}