Configure npm registry for publishing

This commit is contained in:
Simon Warta
2021-08-04 16:45:19 +02:00
parent 1582ccedbc
commit e7584125b9
18 changed files with 39 additions and 19 deletions
+2 -1
View File
@@ -19,7 +19,8 @@
"url": "https://github.com/cosmos/cosmjs/tree/main/packages/encoding"
},
"publishConfig": {
"access": "public"
"access": "public",
"registry": "https://registry.npmjs.org"
},
"scripts": {
"docs": "typedoc --options typedoc.js",