Skip to content

Commit c45e532

Browse files
authored
fix(proto-ts): re-release support BABY staking by exposing the cosmos staking module (#29)
1 parent f4f428b commit c45e532

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/babylon-proto-ts/package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"name": "@babylonlabs-io/babylon-proto-ts",
33
"version": "1.0.2",
4-
"private": "true",
54
"main": "./dist/index.js",
65
"types": "./dist/index.d.ts",
76
"scripts": {
@@ -25,5 +24,8 @@
2524
},
2625
"dependencies": {
2726
"@bufbuild/protobuf": "^2.2.0"
27+
},
28+
"publishConfig": {
29+
"access": "public"
2830
}
2931
}

0 commit comments

Comments
 (0)