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"