From 5db98ab5f15a4aefb2840205f14ab7958aee5210 Mon Sep 17 00:00:00 2001 From: Simon Warta Date: Thu, 2 Jul 2020 10:37:33 +0200 Subject: [PATCH] Remove docs config from faucet --- packages/faucet/package.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/packages/faucet/package.json b/packages/faucet/package.json index 1f454d7a..918fd147 100644 --- a/packages/faucet/package.json +++ b/packages/faucet/package.json @@ -4,8 +4,6 @@ "description": "The faucet", "author": "Ethan Frey ", "license": "Apache-2.0", - "main": "build/index.js", - "types": "types/index.d.ts", "bin": { "cosmwasm-faucet": "bin/cosmwasm-faucet" }, @@ -25,7 +23,6 @@ }, "scripts": { "dev-start": "FAUCET_CREDIT_AMOUNT_COSM=10 FAUCET_CREDIT_AMOUNT_STAKE=5 FAUCET_CONCURRENCY=3 FAUCET_MNEMONIC=\"economy stock theory fatal elder harbor betray wasp final emotion task crumble siren bottom lizard educate guess current outdoor pair theory focus wife stone\" ./bin/cosmwasm-faucet start \"http://localhost:1317\"", - "docs": "shx rm -rf docs && typedoc --options typedoc.js", "format": "prettier --write --loglevel warn \"./src/**/*.ts\"", "lint": "eslint --max-warnings 0 \"**/*.{js,ts}\"", "lint-fix": "eslint --max-warnings 0 \"**/*.{js,ts}\" --fix",