Add missing publishConfig for stargate/proto-signing

This commit is contained in:
Simon Warta 2020-10-31 23:23:18 +01:00
parent b77dc03eb7
commit 570c4148c3
2 changed files with 6 additions and 0 deletions

View File

@ -20,6 +20,9 @@
"type": "git",
"url": "https://github.com/CosmWasm/cosmjs/tree/master/packages/proto-signing"
},
"publishConfig": {
"access": "public"
},
"scripts": {
"docs": "typedoc --options typedoc.js",
"format": "prettier --write --loglevel warn \"./src/**/*.ts\"",

View File

@ -19,6 +19,9 @@
"type": "git",
"url": "https://github.com/CosmWasm/cosmjs/tree/master/packages/stargate"
},
"publishConfig": {
"access": "public"
},
"scripts": {
"docs": "typedoc --options typedoc.js",
"format": "prettier --write --loglevel warn \"./src/**/*.ts\"",