Skip to content

Commit 6771c2c

Browse files
authored
Make publish public (#1286)
1 parent 41de5c7 commit 6771c2c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

express_relay/sdk/js/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@
1111
"files": [
1212
"lib/**/*"
1313
],
14+
"publishConfig": {
15+
"access": "public"
16+
},
1417
"scripts": {
1518
"build": "tsc",
1619
"test": "jest src/ --passWithNoTests",

0 commit comments

Comments
 (0)