tendermint-rpc: Update package.json author/description

This commit is contained in:
willclarktech 2020-06-24 13:19:39 +02:00
parent cff8e0eef4
commit 2c2423292f
No known key found for this signature in database
GPG Key ID: 551A86E2E398ADF7

View File

@ -1,8 +1,8 @@
{
"name": "@cosmjs/tendermint-rpc",
"version": "0.20.0",
"description": "Codec to encode/decode bns transactions and state objects",
"author": "IOV SAS <admin@iov.one>",
"description": "Tendermint RPC clients",
"author": "Ethan Frey <ethanfrey@users.noreply.github.com>",
"license": "Apache-2.0",
"main": "build/index.js",
"types": "types/index.d.ts",