mirror of
https://github.com/status-im/status-web.git
synced 2025-02-17 15:06:50 +00:00
set "access": "public"
for publishing
This commit is contained in:
parent
2a08d69cbc
commit
c4f052f71a
@ -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…
x
Reference in New Issue
Block a user