From 8d6368cc428f42758d116f10ad498e6603d1dbde Mon Sep 17 00:00:00 2001 From: willclarktech Date: Tue, 15 Dec 2020 15:47:28 +0000 Subject: [PATCH] cosmwasm-launchpad: Update package.json --- packages/cosmwasm-launchpad/package.json | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/packages/cosmwasm-launchpad/package.json b/packages/cosmwasm-launchpad/package.json index a9e21f9d..d5ca2781 100644 --- a/packages/cosmwasm-launchpad/package.json +++ b/packages/cosmwasm-launchpad/package.json @@ -1,8 +1,11 @@ { - "name": "@cosmjs/cosmwasm", + "name": "@cosmjs/cosmwasm-launchpad", "version": "0.24.0-alpha.10", - "description": "CosmWasm SDK", - "author": "Ethan Frey ", + "description": "CosmWasm SDK for Launchpad", + "contributors": [ + "Ethan Frey ", + "Will Clark " + ], "license": "Apache-2.0", "main": "build/index.js", "types": "types/index.d.ts", @@ -15,7 +18,7 @@ ], "repository": { "type": "git", - "url": "https://github.com/CosmWasm/cosmjs/tree/master/packages/cosmwasm" + "url": "https://github.com/CosmWasm/cosmjs/tree/master/packages/cosmwasm-launchpad" }, "publishConfig": { "access": "public"