Rename @cosmjs/demo-protobuf -> @cosmjs/proto-signing

This commit is contained in:
Simon Warta 2020-06-25 09:27:31 +02:00
parent a1f9249d32
commit 6bd0356baf
29 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
# @cosmjs/demo-protobuf
# @cosmjs/proto-signing
Demo package for protobufs with Cosmos SDK.

View File

@ -1,5 +1,5 @@
{
"name": "@cosmjs/demo-protobuf",
"name": "@cosmjs/proto-signing",
"private": true,
"version": "0.20.0",
"description": "Utilities for Cosmos SDK 0.38",
@ -16,7 +16,7 @@
],
"repository": {
"type": "git",
"url": "https://github.com/CosmWasm/cosmjs/tree/master/packages/demo-protobuf"
"url": "https://github.com/CosmWasm/cosmjs/tree/master/packages/proto-signing"
},
"scripts": {
"docs": "shx rm -rf docs && typedoc --options typedoc.js",