Configure npm registry for publishing
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user