Rename package to @iov/cosmos-sdk to prepare move

This commit is contained in:
Simon Warta 2020-06-04 19:45:43 +02:00
parent cd862ef573
commit fcddf6414a
2 changed files with 7 additions and 4 deletions

View File

@ -1,6 +1,6 @@
# @cosmwasm/bcp
# @iov/cosmos-sdk
[![npm version](https://img.shields.io/npm/v/@cosmwasm/bcp.svg)](https://www.npmjs.com/package/@cosmwasm/bcp)
[![npm version](https://img.shields.io/npm/v/@iov/cosmos-sdk.svg)](https://www.npmjs.com/package/@iov/cosmos-sdk)
A [BCP](https://github.com/iov-one/iov-core/tree/master/packages/iov-bcp) implementation for Cosmos SDK 0.38.

View File

@ -1,8 +1,11 @@
{
"name": "@cosmwasm/bcp",
"name": "@iov/cosmos-sdk",
"version": "0.8.0",
"description": "Transaction codec and client to communicate with a Cosmos SDK 0.38 blockchain",
"author": "Ethan Frey <ethanfrey@users.noreply.github.com>",
"contributors": [
"Ethan Frey <ethanfrey@users.noreply.github.com>",
"Simon Warta"
],
"license": "Apache-2.0",
"main": "build/index.js",
"types": "types/index.d.ts",