Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0d38a76

Browse files
committed
ci: add explicit publishConfig for public access
1 parent b5a891c commit 0d38a76

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": "Robust async, stream-first Git plumbing for Node, Bun, and Deno.",
55
"type": "module",
66
"main": "index.js",
7+
"publishConfig": {
8+
"access": "public"
9+
},
710
"exports": {
811
".": "./index.js",
912
"./ShellRunner": "./ShellRunner.js",

0 commit comments

Comments
 (0)