Skip to content

Commit d93d3fe

Browse files
authored
chore: Set publishConfig access to public (#9)
1 parent 2678b75 commit d93d3fe

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,5 +48,8 @@
4848
"/scripts/binaries.mjs",
4949
"/scripts/check-build.mjs",
5050
"/scripts/copy-target.mjs"
51-
]
51+
],
52+
"publishConfig": {
53+
"access": "public"
54+
}
5255
}

0 commit comments

Comments
 (0)