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. Demo package for protobufs with Cosmos SDK.

View File

@ -1,5 +1,5 @@
{ {
"name": "@cosmjs/demo-protobuf", "name": "@cosmjs/proto-signing",
"private": true, "private": true,
"version": "0.20.0", "version": "0.20.0",
"description": "Utilities for Cosmos SDK 0.38", "description": "Utilities for Cosmos SDK 0.38",
@ -16,7 +16,7 @@
], ],
"repository": { "repository": {
"type": "git", "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": { "scripts": {
"docs": "shx rm -rf docs && typedoc --options typedoc.js", "docs": "shx rm -rf docs && typedoc --options typedoc.js",