Skip to content

Commit 4cea23a

Browse files
committed
ci: add explicit publishConfig for public access
1 parent ea62f64 commit 4cea23a

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
"description": "A secure interface to OS-native keychains (macOS, Linux, Windows) for \"Zero-Secret Architecture.\"",
55
"type": "module",
66
"main": "index.js",
7+
"publishConfig": {
8+
"access": "public"
9+
},
710
"exports": {
811
".": "./index.js",
912
"./service": "./src/domain/services/VaultService.js",

0 commit comments

Comments
 (0)