cosmwasm-launchpad: Update package.json

This commit is contained in:
willclarktech 2020-12-15 15:47:28 +00:00
parent 1e7e88cb7a
commit 8d6368cc42
No known key found for this signature in database
GPG Key ID: 551A86E2E398ADF7

View File

@ -1,8 +1,11 @@
{
"name": "@cosmjs/cosmwasm",
"name": "@cosmjs/cosmwasm-launchpad",
"version": "0.24.0-alpha.10",
"description": "CosmWasm SDK",
"author": "Ethan Frey <ethanfrey@users.noreply.github.com>",
"description": "CosmWasm SDK for Launchpad",
"contributors": [
"Ethan Frey <ethanfrey@users.noreply.github.com>",
"Will Clark <willclarktech@users.noreply.github.com>"
],
"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"